Comment out the FEATURES=preserve-libs setting in make.globals since it's not support...
authorZac Medico <zmedico@gentoo.org>
Thu, 2 Sep 2010 20:54:05 +0000 (13:54 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 22 Sep 2010 02:59:34 +0000 (19:59 -0700)
cnf/make.globals

index 6679918fd2fa4b26cef8531c7d3c9219341c9922..3d3ee8851fc003beeb9f64923e517ffd79ce9b2e 100644 (file)
@@ -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"