From: Zac Medico Date: Thu, 4 Dec 2008 21:13:09 +0000 (-0000) Subject: Enable FEATURES=fixpackages by default since the performance is pretty X-Git-Tag: v2.1.6_rc3~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2073b209f8d6a286d16dbf78248d36e5690631a2;p=portage.git Enable FEATURES=fixpackages by default since the performance is pretty reasonable now. Thanks to Jeremy Olexa for the suggestion. (trunk r12153 and r12155) svn path=/main/branches/2.1.6/; revision=12156 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0911a1590..dced27ce6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,6 +4,8 @@ Features/major bugfixes are listed in NEWS portage-2.1.6 ================================== +* FEATURES=fixpackages is now enabled by default via make.globals. Set + FEATURES="-fixpackages" in make.conf if you'd like to disable it. * The python namespace for portage has been sanitized, all portage related code is now contained within the portage namespace. External script should be updated accordingly, though links exist for backward compability. diff --git a/cnf/make.globals b/cnf/make.globals index 263aa358b..897947ea5 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -38,7 +38,7 @@ FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\"" # Default user options -FEATURES="distlocks parallel-fetch protect-owned sandbox +FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" # Ignore file collisions in /lib/modules since files inside this directory