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-19 20:23:43 -0700
commitab7dad14e576f1e7914e1dd7f811e7980250f845 (patch)
treea76bd404a48c6ba6afa6f117545760e494310f73
parentaf57aa6fd70fca8cdc0159fe9aac4ddd2c7f45d1 (diff)
downloadportage-ab7dad14e576f1e7914e1dd7f811e7980250f845.tar.gz
portage-ab7dad14e576f1e7914e1dd7f811e7980250f845.tar.bz2
portage-ab7dad14e576f1e7914e1dd7f811e7980250f845.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"