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-24 13:22:23 -0700
commitdb12517acbef014b27a1e38b1880c6f55d9d89de (patch)
tree1ef2198dd046cdded9bd0b1b16c80e1a270eebf9 /cnf
parent601edb287e01d3d85c6a53a9694108da7af4592b (diff)
downloadportage-db12517acbef014b27a1e38b1880c6f55d9d89de.tar.gz
portage-db12517acbef014b27a1e38b1880c6f55d9d89de.tar.bz2
portage-db12517acbef014b27a1e38b1880c6f55d9d89de.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 b1569885b..2f1495d3d 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -67,7 +67,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"