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-06 16:45:23 -0700
commite943184ba5da94f92a6869c65d8364353ac49282 (patch)
tree5e31929057ffbcbdb27d83a27dc354a5730d3e01
parentead338be3aa5f26be9163ea307a8ea7a3da47ad5 (diff)
downloadportage-e943184ba5da94f92a6869c65d8364353ac49282.tar.gz
portage-e943184ba5da94f92a6869c65d8364353ac49282.tar.bz2
portage-e943184ba5da94f92a6869c65d8364353ac49282.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"