summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-09-02 13:54:05 -0700
committerZac Medico <zmedico@gentoo.org>2010-09-27 08:55:41 -0700
commit568c877058e3aee27afd89c13a6122f62245c339 (patch)
treefc43a7c922f8717751f5fac0a3562b3abb3bf79c /cnf
parentefebcb2ba1ab706b2fd69521a0b0e4d1c28abe9d (diff)
downloadportage-568c877058e3aee27afd89c13a6122f62245c339.tar.gz
portage-568c877058e3aee27afd89c13a6122f62245c339.tar.bz2
portage-568c877058e3aee27afd89c13a6122f62245c339.zip
Comment out the FEATURES=preserve-libs setting in make.globals since it's not supported in the stable branch.
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
index 9ba10444b..629b7e27a 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -61,7 +61,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"