Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Mon, 30 Mar 2020 23:47:42
Message-Id: 1585612036.5dd31a12da4f85070d1882a488a73368729d4244.mattst88@gentoo
1 commit: 5dd31a12da4f85070d1882a488a73368729d4244
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 23:35:23 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 23:47:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5dd31a12
7
8 targets: Remove 'system' target remnants
9
10 Has been broken for 10 years at least, and system.py was merged out of
11 existence in commit 415b30bf2d34 (Replace content on master with content
12 from catalyst_2)
13
14 Closes: https://bugs.gentoo.org/301153
15 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
16
17 targets/support/chroot-functions.sh | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
21 index 2207e7b4..147ca329 100755
22 --- a/targets/support/chroot-functions.sh
23 +++ b/targets/support/chroot-functions.sh
24 @@ -227,7 +227,7 @@ cleanup_stages() {
25 cleanup_icecream
26 fi
27 case ${clst_target} in
28 - stage3|system)
29 + stage3)
30 run_merge --depclean --with-bdeps=y
31 ;;
32 *)
33 @@ -235,7 +235,7 @@ cleanup_stages() {
34 ;;
35 esac
36 case ${clst_target} in
37 - stage1|stage2|stage3|system)
38 + stage1|stage2|stage3)
39 rm -f /var/lib/portage/world
40 touch /var/lib/portage/world
41 ;;