aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-21 14:19:18 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-21 14:33:18 -0700
commit6f065d4911cd72a33e01fa8100d53ed16c6e7e4e (patch)
tree97150bd675707a6e99a0ab45d4471266e70ffb08 /bin/portageq
parentSupport EAPI="5-progress". (diff)
downloadportage-6f065d4911cd72a33e01fa8100d53ed16c6e7e4e.tar.gz
portage-6f065d4911cd72a33e01fa8100d53ed16c6e7e4e.tar.bz2
portage-6f065d4911cd72a33e01fa8100d53ed16c6e7e4e.zip
Add preserve-libs for stable branch (not default)
EAPI 5 supports automatic rebuilds via the slot-operator and sub-slots, which makes preserve-libs much more user-friendly, since it makes @preserved-rebuild unnecessary (also see bug #364425 for explanation of @preserved-rebuild shortcomings). Therefore, enable preserve-libs for the stable branch, but not by default. After EAPI 5 is widely adopted, we can consider enabling preserve-libs by default.
Diffstat (limited to 'bin/portageq')
-rwxr-xr-xbin/portageq3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/portageq b/bin/portageq
index 849a86620..3e7577b9c 100755
--- a/bin/portageq
+++ b/bin/portageq
@@ -773,9 +773,6 @@ list_preserved_libs.uses_eroot = True
# DO NOT CHANGE CODE BEYOND THIS POINT - IT'S NOT NEEDED!
#
-if not portage.const._ENABLE_PRESERVE_LIBS:
- del list_preserved_libs
-
non_commands = frozenset(['elog', 'eval_atom_use',
'exithandler', 'expand_new_virt', 'main',
'usage', 'writemsg', 'writemsg_stdout'])