Add "-news" to FEATURES everywhere
authorSebastian Pipping <sebastian@pipping.org>
Sat, 25 Jun 2011 18:38:38 +0000 (20:38 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 25 Jun 2011 18:38:38 +0000 (20:38 +0200)
ChangeLog
targets/stage1/stage1-chroot.sh
targets/stage2/stage2-chroot.sh
targets/support/chroot-functions.sh

index 8cfcb11f1c92dcdfcf67bfc73880ebf0b264e3e3..b4f2407fc7cbeb6e021a1b1cefd9c2fab1703447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
 # 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
 
index c3ab2ec377d3f2cfabc5e0c5a6ad028648ff1a51..74d36c9737625fb73613564b9f88171006710422 100644 (file)
@@ -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}" ]
index ca86d9019d40a6395d0149e3d3fdb9c8bf501081..109d4af19105817f061cbe14b5d10e727174d62a 100644 (file)
@@ -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
index 395a91c1f633ad9055c49126f6603e8b51b2b08d..0d8b76ebb0f3be2638f0ef3d6986ecaa49dc514a 100644 (file)
@@ -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(){