diff options
author | Matt Turner <mattst88@gmail.com> | 2011-09-01 19:08:04 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-09-01 19:21:56 -0400 |
commit | 0615417abfc725592fc0a89faa8741cc193a316a (patch) | |
tree | 719b4190a35355e4637aa880df0522a0d08b434a | |
parent | mips.py: add mips4_r10k classes (diff) | |
download | catalyst-0615417abfc725592fc0a89faa8741cc193a316a.tar.gz catalyst-0615417abfc725592fc0a89faa8741cc193a316a.tar.bz2 catalyst-0615417abfc725592fc0a89faa8741cc193a316a.zip |
Set FEATURES=-news before emerging ccache/distcc/icecream
-rw-r--r-- | targets/support/chroot-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 638ef678..b19ce9a1 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -61,6 +61,7 @@ get_libdir() { setup_myfeatures(){ setup_myemergeopts + export FEATURES="-news" if [ -n "${clst_CCACHE}" ] then export clst_myfeatures="${clst_myfeatures} ccache" |