summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-02 13:54:05 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-14 16:46:12 -0700
commit5664cd2747be098116f0d61d3d6cfb077892f084 (patch)
treebcacc064c357fb16cc04f7e89e1604ece969b94c /cnf
parent50ae0d7096e8709ae53a0d8f405957ee667a8d30 (diff)
downloadportage-5664cd2747be098116f0d61d3d6cfb077892f084.tar.gz
portage-5664cd2747be098116f0d61d3d6cfb077892f084.tar.bz2
portage-5664cd2747be098116f0d61d3d6cfb077892f084.zip
Comment out the FEATURES=preserve-libs setting in make.globals since it's not supported 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 6679918fd..3d3ee8851 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -55,7 +55,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"