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-05-14 16:57:26 -0700
commita76ff9bbbb9f7e4c4b4c6e6f07c84907ee48e773 (patch)
tree558b01072994fa9cb69c14e6d565544add7b2cc6 /cnf
parentc545448bc8993ed27584e636d26b09dae5df9f75 (diff)
downloadportage-a76ff9bbbb9f7e4c4b4c6e6f07c84907ee48e773.tar.gz
portage-a76ff9bbbb9f7e4c4b4c6e6f07c84907ee48e773.tar.bz2
portage-a76ff9bbbb9f7e4c4b4c6e6f07c84907ee48e773.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 1717baf68..249e4a640 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -66,7 +66,7 @@ COLLISION_IGNORE="/lib/modules/* *.py[co]"
# 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"