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>2011-10-09 23:42:20 -0700
commitc8b9454a9429a46ef2918754d912f2be7df49089 (patch)
tree26d75d3292cdecf28adc3e3bb84f89afbd97829c /cnf
parent74f3e711b18752220d6583c58318999cf87bf6ba (diff)
downloadportage-c8b9454a9429a46ef2918754d912f2be7df49089.tar.gz
portage-c8b9454a9429a46ef2918754d912f2be7df49089.tar.bz2
portage-c8b9454a9429a46ef2918754d912f2be7df49089.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 fcd0b41da..df40d6e02 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"