Enable FEATURES=news by default and document it.
authorZac Medico <zmedico@gentoo.org>
Mon, 5 Oct 2009 22:51:26 +0000 (22:51 -0000)
committerZac Medico <zmedico@gentoo.org>
Mon, 5 Oct 2009 22:51:26 +0000 (22:51 -0000)
svn path=/main/trunk/; revision=14498

cnf/make.globals
man/make.conf.5

index 892d054f676b4ced846aec240578e5643372089e..14ebf4fd069ae5be122aebc2ea6957f0a7a1b035 100644 (file)
@@ -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
index be4b1ab9d9b402adde74b9a7fd24c1666a4bbcf7..73861d85980fb997d76889e83a68e5dad090775a 100644 (file)
@@ -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