Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:catalyst_2 commit in: targets/support/
Date: Thu, 01 Sep 2011 23:22:13
Message-Id: 0957a625761ec0585f13294e47295f98d57e1b49.mattst88@gentoo
1 commit: 0957a625761ec0585f13294e47295f98d57e1b49
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:08:04 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0957a625
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 e739f0a..1a44c92 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"