Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/support/
Date: Thu, 29 Oct 2020 21:00:47
Message-Id: 1603236395.9d167d45f011940b15c7bba09dd04fd2ca0235ae.mattst88@gentoo
1 commit: 9d167d45f011940b15c7bba09dd04fd2ca0235ae
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 19 23:10:36 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 20 23:26:35 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=9d167d45
7
8 targets: Remove unnecessary unset PACKAGES
9
10 Dead code since 2008.
11
12 Fixes: b79d06a3 ("Remove temporary package listing code, ...")
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 targets/support/chroot-functions.sh | 1 -
16 1 file changed, 1 deletion(-)
17
18 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
19 index 22340023..7222892e 100755
20 --- a/targets/support/chroot-functions.sh
21 +++ b/targets/support/chroot-functions.sh
22 @@ -270,7 +270,6 @@ run_merge() {
23 show_debug() {
24 if [ -n "${clst_DEBUG}" ]
25 then
26 - unset PACKAGES
27 echo "DEBUG:"
28 echo "Profile/target info:"
29 echo "Profile inheritance:"