summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-03 05:15:50 -0700
committerZac Medico <zmedico@gentoo.org>2012-02-11 22:18:48 -0800
commit1f49e327c208f259fe36836aaddc3dd2d053f364 (patch)
tree90aa552059ef2d2b1be22c21663b256dd44baccd /cnf
parenteb9072dec2d86922dd1854026ba41f06cc257164 (diff)
downloadportage-1f49e327c208f259fe36836aaddc3dd2d053f364.tar.gz
portage-1f49e327c208f259fe36836aaddc3dd2d053f364.tar.bz2
portage-1f49e327c208f259fe36836aaddc3dd2d053f364.zip
Remove FEATURES=preserve-libs config/docs.
Support for FEATURES=preserve-libs is disabled 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 0f6f54165..a960a0c56 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -63,7 +63,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"