diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-05 22:51:26 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-05 22:51:26 +0000 |
commit | cb799ed692e17b1de97dba37e1b2d04cca181405 (patch) | |
tree | f0a4e4c7846d6bba0f0bc95ef0fdcba85e8694ed /cnf | |
parent | - move news into features so it can be ignored when needed. Lots of whitespac... (diff) | |
download | portage-idfetch-cb799ed692e17b1de97dba37e1b2d04cca181405.tar.gz portage-idfetch-cb799ed692e17b1de97dba37e1b2d04cca181405.tar.bz2 portage-idfetch-cb799ed692e17b1de97dba37e1b2d04cca181405.zip |
Enable FEATURES=news by default and document it.
svn path=/main/trunk/; revision=14498
Diffstat (limited to 'cnf')
-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 892d054f..14ebf4fd 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -41,7 +41,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="assume-digests distlocks fixpackages parallel-fetch protect-owned +FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned sandbox sfperms strict unmerge-logs unmerge-orphans userfetch" # Ignore file collisions in /lib/modules since files inside this directory |