summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-02 13:54:05 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-03 23:53:16 -0700
commit90a42510b6cefe0c5f0a812067713ee4de1763b7 (patch)
treecd7230053380014a97a98f2408a88f4fcbaed8bb
parent25ab3342cd24efee4d08ea816e04b0bed22a854c (diff)
downloadportage-90a42510b6cefe0c5f0a812067713ee4de1763b7.tar.gz
portage-90a42510b6cefe0c5f0a812067713ee4de1763b7.tar.bz2
portage-90a42510b6cefe0c5f0a812067713ee4de1763b7.zip
Comment out the FEATURES=preserve-libs setting in make.globals since it's not supported in the stable branch.
-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"