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>
Sun, 26 Sep 2010 06:28:35 +0000 (23:28 -0700)
cnf/make.globals

index 9ba10444b18c6e94d456ecac5bba04c94c7e3168..629b7e27aeaf1bf1d0c06f1fd35c3c4cf8a932c1 100644 (file)
@@ -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"