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-04-01 09:52:35 -0700
commit3df3adc16c3b8dda00be89bcea46abf11aebc784 (patch)
treec17e5ec6d38e13444e4cd3c13ea45bb45fff88d2 /cnf
parentdd4bb8dfc78d9397d18230242ff72d373a7fc38d (diff)
downloadportage-3df3adc16c3b8dda00be89bcea46abf11aebc784.tar.gz
portage-3df3adc16c3b8dda00be89bcea46abf11aebc784.tar.bz2
portage-3df3adc16c3b8dda00be89bcea46abf11aebc784.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 0f6f54165..a960a0c56 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -63,7 +63,7 @@ COLLISION_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"