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

index 61dc5b2a409c85cd8949232a58163573b25f3143..ea5b56779232580daeb9a97ef6919c7752ca3c19 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/netboot/netboot-combine.sh, targets/stage1/stage1-chroot.sh,
+  targets/stage2/stage2-chroot.sh, targets/support/chroot-functions.sh:
+  Add "-news" to FEATURES everywhere
+
   25 Jun 2011; Matt Turner <mattst88@gentoo.org>
   targets/support/chroot-functions.sh:
   Use get_libdir instead of hard-coding lib for distcc
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 caaa576be60d24a2b227cc021def17a564e2d184..8b03f6cb4436bd74464b86d8a4fdeda368d57cb3 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(){