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. --- cnf/make.globals | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cnf') diff --git a/cnf/make.globals b/cnf/make.globals index dad28118c..bc69abe12 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -66,10 +66,6 @@ FEATURES="assume-digests binpkg-logs COLLISION_IGNORE="/lib/modules/* *.py[co]" UNINSTALL_IGNORE="/lib/modules/*" -# Enable preserve-libs for testing with portage versions that support it. -# This setting is commented out for portage versions that don't support it. -FEATURES="${FEATURES} preserve-libs" - # Default chunksize for binhost comms PORTAGE_BINHOST_CHUNKSIZE="3000" -- cgit v1.2.3-65-gdbad