diff options
author | Marius Mauch <genone@gentoo.org> | 2007-12-04 09:29:06 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-12-04 09:29:06 +0000 |
commit | 205457a508f4834bf164046931ab097d1952e201 (patch) | |
tree | bc416b57098138c6bc746d4171c0749e818ef614 | |
parent | ee72bf14ea642df6077db3a1fa78c449909a12e6 (diff) | |
download | portage-205457a508f4834bf164046931ab097d1952e201.tar.gz portage-205457a508f4834bf164046931ab097d1952e201.tar.bz2 portage-205457a508f4834bf164046931ab097d1952e201.zip |
enable FEATURES=preserve-libs globally for extended testing
svn path=/main/trunk/; revision=8838
-rw-r--r-- | cnf/make.globals | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 3d814908b..86a4f8f07 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -35,6 +35,9 @@ RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \${DISTDIR}/\${FILE} # Default user options FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" +# Enable for global testing +FEATURES="${FEATURES} preserve-libs" + # Default chunksize for binhost comms PORTAGE_BINHOST_CHUNKSIZE="3000" |