summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-03 05:15:50 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-12 01:15:49 -0700
commit152e66b1d3a6afabf7ab671deec1ade60819032b (patch)
tree5ba0cbb624a5486bddf002ddf42969e42ebe2102 /cnf/make.globals
parent722d91bc070a5ba2c1ddaf5a199843e0a6d4ec79 (diff)
downloadportage-152e66b1d3a6afabf7ab671deec1ade60819032b.tar.gz
portage-152e66b1d3a6afabf7ab671deec1ade60819032b.tar.bz2
portage-152e66b1d3a6afabf7ab671deec1ade60819032b.zip
Remove FEATURES=preserve-libs config/docs.
Support for FEATURES=preserve-libs is disabled in the stable branch.
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index dad28118c..08c8c1d8e 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"