Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r14498 - in main/trunk: cnf man
Date: Mon, 05 Oct 2009 22:51:29
Message-Id: E1MuwOt-0001xS-8u@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-10-05 22:51:26 +0000 (Mon, 05 Oct 2009)
3 New Revision: 14498
4
5 Modified:
6 main/trunk/cnf/make.globals
7 main/trunk/man/make.conf.5
8 Log:
9 Enable FEATURES=news by default and document it.
10
11
12 Modified: main/trunk/cnf/make.globals
13 ===================================================================
14 --- main/trunk/cnf/make.globals 2009-10-05 22:46:22 UTC (rev 14497)
15 +++ main/trunk/cnf/make.globals 2009-10-05 22:51:26 UTC (rev 14498)
16 @@ -41,7 +41,7 @@
17 RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\""
18
19 # Default user options
20 -FEATURES="assume-digests distlocks fixpackages parallel-fetch protect-owned
21 +FEATURES="assume-digests distlocks fixpackages news parallel-fetch protect-owned
22 sandbox sfperms strict unmerge-logs unmerge-orphans userfetch"
23
24 # Ignore file collisions in /lib/modules since files inside this directory
25
26 Modified: main/trunk/man/make.conf.5
27 ===================================================================
28 --- main/trunk/man/make.conf.5 2009-10-05 22:46:22 UTC (rev 14497)
29 +++ main/trunk/man/make.conf.5 2009-10-05 22:51:26 UTC (rev 14498)
30 @@ -266,6 +266,10 @@
31 portage feature called \fImultilib\-strict\fR. It will prevent emerge
32 from putting 64bit libraries into anything other than (/usr)/lib64.
33 .TP
34 +.B news
35 +Enable GLEP 42 new support. See
36 +\fIhttp://www.gentoo.org/proj/en/glep/glep-0042.html\fR.
37 +.TP
38 .B noauto
39 When utilizing \fBebuild\fR(1), only run the function requested.
40 .TP