Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Thu, 01 Sep 2011 23:22:13
Message-Id: 0615417abfc725592fc0a89faa8741cc193a316a.mattst88@gentoo
1 commit: 0615417abfc725592fc0a89faa8741cc193a316a
2 Author: Matt Turner <mattst88 <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 1 23:08:04 2011 +0000
4 Commit: Matt Turner <mattst88 <AT> gmail <DOT> com>
5 CommitDate: Thu Sep 1 23:21:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0615417a
7
8 Set FEATURES=-news before emerging ccache/distcc/icecream
9
10 ---
11 targets/support/chroot-functions.sh | 1 +
12 1 files changed, 1 insertions(+), 0 deletions(-)
13
14 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
15 index 638ef67..b19ce9a 100644
16 --- a/targets/support/chroot-functions.sh
17 +++ b/targets/support/chroot-functions.sh
18 @@ -61,6 +61,7 @@ get_libdir() {
19
20 setup_myfeatures(){
21 setup_myemergeopts
22 + export FEATURES="-news"
23 if [ -n "${clst_CCACHE}" ]
24 then
25 export clst_myfeatures="${clst_myfeatures} ccache"