summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-03 05:15:50 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-20 11:08:00 -0700
commita62454d0342afe88960372e6f4287d6ae381d6d6 (patch)
tree60bdc3725204070aab782e7915975246373cd304 /cnf
parent7451d3ce42280ffacb2981b6afba9c6237307ac7 (diff)
downloadportage-a62454d0342afe88960372e6f4287d6ae381d6d6.tar.gz
portage-a62454d0342afe88960372e6f4287d6ae381d6d6.tar.bz2
portage-a62454d0342afe88960372e6f4287d6ae381d6d6.zip
Remove FEATURES=preserve-libs config/docs.
Support for FEATURES=preserve-libs is disabled in the stable branch.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index dad28118c..08c8c1d8e 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -68,7 +68,7 @@ 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"
+#FEATURES="${FEATURES} preserve-libs"
# Default chunksize for binhost comms
PORTAGE_BINHOST_CHUNKSIZE="3000"