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-10 12:35:31 -0700
commitaa51d1c4285c320edace44ec7c1879743d4953ba (patch)
tree365f8f7ee414e516df3b22e106420e155cd38641
parent6db22eab4eb7a77689866ff94a259824def0d5f9 (diff)
downloadportage-aa51d1c4285c320edace44ec7c1879743d4953ba.tar.gz
portage-aa51d1c4285c320edace44ec7c1879743d4953ba.tar.bz2
portage-aa51d1c4285c320edace44ec7c1879743d4953ba.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"