commit: 5dd31a12da4f85070d1882a488a73368729d4244 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Mar 30 23:35:23 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Mar 30 23:47:16 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5dd31a12
targets: Remove 'system' target remnants Has been broken for 10 years at least, and system.py was merged out of existence in commit 415b30bf2d34 (Replace content on master with content from catalyst_2) Closes: https://bugs.gentoo.org/301153 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> targets/support/chroot-functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 2207e7b4..147ca329 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -227,7 +227,7 @@ cleanup_stages() { cleanup_icecream fi case ${clst_target} in - stage3|system) + stage3) run_merge --depclean --with-bdeps=y ;; *) @@ -235,7 +235,7 @@ cleanup_stages() { ;; esac case ${clst_target} in - stage1|stage2|stage3|system) + stage1|stage2|stage3) rm -f /var/lib/portage/world touch /var/lib/portage/world ;;
