# Distributed under the GPL v2
# $Id$
+ 25 Jun 2011; Sebastian Pipping <sping@gentoo.org>
+ targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
+ targets/support/chroot-functions.sh:
+ Add "-news" to FEATURES everywhere
+
25 Jun 2011; Raúl Porcel <armin76@gentoo.org> modules/catalyst/arch/sh.py:
Add sh4aeb
# Setup our environment
STAGE1_USE="$(portageq envvar STAGE1_USE)"
-FEATURES="${clst_myfeatures} nodoc noman noinfo"
+FEATURES="${clst_myfeatures} nodoc noman noinfo -news"
## Sanity check profile
if [ -z "${clst_buildpkgs}" ]
source /tmp/chroot-functions.sh
# Setup the environment
-export FEATURES="${clst_myfeatures} nodoc noman noinfo"
+export FEATURES="${clst_myfeatures} nodoc noman noinfo -news"
if [ "${clst_VERBOSE}" ]
then
export PATH="/usr/lib/icecc/bin:${PATH}"
export PREROOTPATH="/usr/lib/icecc/bin"
fi
- export FEATURES="${clst_myfeatures}"
+ export FEATURES="${clst_myfeatures} -news"
}
setup_myemergeopts(){