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-05 09:36:25 -0700
commit293d69de913bf96783624c3fc50b58421abe3760 (patch)
treefc1e57bb08fd987b5f88827cba75a786cc0b2d73 /cnf
parent4708a1e657530ab492e2bc76c9cad9366b9f02e7 (diff)
downloadportage-293d69de913bf96783624c3fc50b58421abe3760.tar.gz
portage-293d69de913bf96783624c3fc50b58421abe3760.tar.bz2
portage-293d69de913bf96783624c3fc50b58421abe3760.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"