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-18 23:25:31 -0700
commit46f2766219d7bde47b7c7802a73a7d7370a8b852 (patch)
tree7fd2900684df26c1ba0d570d6fb06e7c82eeb2c8
parent72f8d1e2b0ec8ebee714d197121a29341b9d1349 (diff)
downloadportage-46f2766219d7bde47b7c7802a73a7d7370a8b852.tar.gz
portage-46f2766219d7bde47b7c7802a73a7d7370a8b852.tar.bz2
portage-46f2766219d7bde47b7c7802a73a7d7370a8b852.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"