From cb799ed692e17b1de97dba37e1b2d04cca181405 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 5 Oct 2009 22:51:26 +0000 Subject: Enable FEATURES=news by default and document it. svn path=/main/trunk/; revision=14498 --- cnf/make.globals | 2 +- man/make.conf.5 | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cnf/make.globals b/cnf/make.globals index 892d054f6..14ebf4fd0 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 diff --git a/man/make.conf.5 b/man/make.conf.5 index be4b1ab9d..73861d859 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -266,6 +266,10 @@ isn't a symlink to /usr/lib64. To find the bad packages, we have a portage feature called \fImultilib\-strict\fR. It will prevent emerge from putting 64bit libraries into anything other than (/usr)/lib64. .TP +.B news +Enable GLEP 42 new support. See +\fIhttp://www.gentoo.org/proj/en/glep/glep-0042.html\fR. +.TP .B noauto When utilizing \fBebuild\fR(1), only run the function requested. .TP -- cgit v1.2.3-1-g7c22