Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Matt Turner <mattst88@g.o>
Subject: [gentoo-catalyst] [PATCH 4/9] targets: Drop duplicate FEATURES=-news
Date: Sat, 16 May 2020 06:53:32
Message-Id: 20200516065317.2678080-4-mattst88@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 1/9] targets: Remove clst_my* prefix by Matt Turner
1 It's already set in setup_features().
2
3 Signed-off-by: Matt Turner <mattst88@g.o>
4 ---
5 targets/stage1/chroot.sh | 2 +-
6 targets/stage2/chroot.sh | 2 +-
7 2 files changed, 2 insertions(+), 2 deletions(-)
8
9 diff --git a/targets/stage1/chroot.sh b/targets/stage1/chroot.sh
10 index 58ed2b1d..2a8dc59b 100755
11 --- a/targets/stage1/chroot.sh
12 +++ b/targets/stage1/chroot.sh
13 @@ -9,7 +9,7 @@ export clst_buildpkgs="$(/tmp/build.py)"
14 [ -n "${clst_BINDIST}" ] && BINDIST="bindist"
15 BOOTSTRAP_USE="$(portageq envvar BOOTSTRAP_USE)"
16
17 -FEATURES="${FEATURES} nodoc noman noinfo -news"
18 +FEATURES="${FEATURES} nodoc noman noinfo"
19
20 ## Sanity check profile
21 if [ -z "${clst_buildpkgs}" ]
22 diff --git a/targets/stage2/chroot.sh b/targets/stage2/chroot.sh
23 index 4f1019f2..4448239d 100755
24 --- a/targets/stage2/chroot.sh
25 +++ b/targets/stage2/chroot.sh
26 @@ -3,7 +3,7 @@
27 source /tmp/chroot-functions.sh
28
29 # Setup the environment
30 -export FEATURES="${FEATURES} nodoc noman noinfo -news"
31 +export FEATURES="${FEATURES} nodoc noman noinfo"
32 export CONFIG_PROTECT="-* /etc/locale.gen"
33
34 echo "$locales" > /etc/locale.gen
35 --
36 2.26.2