From: Sebastian Pipping Date: Sat, 25 Jun 2011 18:38:38 +0000 (+0200) Subject: Add "-news" to FEATURES everywhere X-Git-Tag: CATALYST-2.0.10~3^2~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=60068996b501a4fa8e9780c6119bf21c31f1fe50;p=catalyst.git Add "-news" to FEATURES everywhere --- diff --git a/ChangeLog b/ChangeLog index 8cfcb11f..b4f2407f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ # Distributed under the GPL v2 # $Id$ + 25 Jun 2011; Sebastian Pipping + 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 modules/catalyst/arch/sh.py: Add sh4aeb diff --git a/targets/stage1/stage1-chroot.sh b/targets/stage1/stage1-chroot.sh index c3ab2ec3..74d36c97 100644 --- a/targets/stage1/stage1-chroot.sh +++ b/targets/stage1/stage1-chroot.sh @@ -7,7 +7,7 @@ source /tmp/chroot-functions.sh # 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}" ] diff --git a/targets/stage2/stage2-chroot.sh b/targets/stage2/stage2-chroot.sh index ca86d901..109d4af1 100644 --- a/targets/stage2/stage2-chroot.sh +++ b/targets/stage2/stage2-chroot.sh @@ -3,7 +3,7 @@ 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 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 395a91c1..0d8b76eb 100644 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -116,7 +116,7 @@ setup_myfeatures(){ 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(){