Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Mon, 31 Aug 2015 04:03:56
Message-Id: 1440993828.682265b917afaffcce30026fca6c72f795177dc6.zerochaos@gentoo
1 commit: 682265b917afaffcce30026fca6c72f795177dc6
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 31 04:03:48 2015 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 31 04:03:48 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=682265b9
7
8 remove pointless USE=${USE} message
9
10 targets/support/chroot-functions.sh | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh
14 index 4506eef..14a2e35 100755
15 --- a/targets/support/chroot-functions.sh
16 +++ b/targets/support/chroot-functions.sh
17 @@ -177,7 +177,6 @@ setup_pkgmgr(){
18 run_merge --oneshot --update --newuse sys-apps/portage
19 sed -i "/USE=\"\${USE} $1\"/d" "${clst_make_conf}"
20 else
21 - echo "Updating portage with USE=\"\${USE}\""
22 run_merge --oneshot --update --newuse sys-apps/portage
23 fi
24 }