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-07-17 17:12:06 -0700
commit647d275b4d964c454d3b2947a70583a753e965a5 (patch)
treedd368a994b4d80c0b51346b99eda784980ebbe28 /cnf
parent8e55760b00970edf5753088e2102462168dbcddc (diff)
downloadportage-647d275b4d964c454d3b2947a70583a753e965a5.tar.gz
portage-647d275b4d964c454d3b2947a70583a753e965a5.tar.bz2
portage-647d275b4d964c454d3b2947a70583a753e965a5.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 ada91f8f0..585a96c5f 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -68,7 +68,7 @@ UNINSTALL_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"