From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6551D1384C0 for ; Mon, 31 Aug 2015 04:03:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4549E141FC; Mon, 31 Aug 2015 04:03:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC67D141FC for ; Mon, 31 Aug 2015 04:03:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B486F340806 for ; Mon, 31 Aug 2015 04:03:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED1E5164 for ; Mon, 31 Aug 2015 04:03:47 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1440993828.682265b917afaffcce30026fca6c72f795177dc6.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/chroot-functions.sh X-VCS-Directories: targets/support/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 682265b917afaffcce30026fca6c72f795177dc6 X-VCS-Branch: master Date: Mon, 31 Aug 2015 04:03:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d0bdafcf-f819-4c45-bf2e-b5aee95dcfc5 X-Archives-Hash: 4372de3a2b5e46889983c1401f968ebd commit: 682265b917afaffcce30026fca6c72f795177dc6 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Mon Aug 31 04:03:48 2015 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Aug 31 04:03:48 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=682265b9 remove pointless USE=${USE} message targets/support/chroot-functions.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 4506eef..14a2e35 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -177,7 +177,6 @@ setup_pkgmgr(){ run_merge --oneshot --update --newuse sys-apps/portage sed -i "/USE=\"\${USE} $1\"/d" "${clst_make_conf}" else - echo "Updating portage with USE=\"\${USE}\"" run_merge --oneshot --update --newuse sys-apps/portage fi }