From: Zac Medico <zmedico@gentoo.org>
Date: Thu, 2 Sep 2010 20:54:05 +0000 (-0700)
Subject: Comment out the FEATURES=preserve-libs setting in make.globals since it's not support... 
X-Git-Tag: v2.1.9.1~3
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e943184ba5da94f92a6869c65d8364353ac49282;p=portage.git

Comment out the FEATURES=preserve-libs setting in make.globals since it's not supported in the stable branch.
---

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"