diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-09-02 13:54:05 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-09-27 08:55:41 -0700 |
commit | 568c877058e3aee27afd89c13a6122f62245c339 (patch) | |
tree | fc43a7c922f8717751f5fac0a3562b3abb3bf79c | |
parent | efebcb2ba1ab706b2fd69521a0b0e4d1c28abe9d (diff) | |
download | portage-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.
-rw-r--r-- | cnf/make.globals | 2 |
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" |