From 6f065d4911cd72a33e01fa8100d53ed16c6e7e4e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 21 Sep 2012 14:19:18 -0700 Subject: 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. --- bin/portageq | 3 --- 1 file changed, 3 deletions(-) (limited to 'bin') 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']) -- cgit v1.2.3-1-g7c22