From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3DDC1396D1 for ; Mon, 2 Oct 2017 05:51:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24123E0D90; Mon, 2 Oct 2017 05:51:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02336E0D90 for ; Mon, 2 Oct 2017 05:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB86F34183E for ; Mon, 2 Oct 2017 05:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A9058F9D for ; Mon, 2 Oct 2017 05:51:19 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1506923263.f54875fbb96f744bfa52ef8f37add9ea9add6090.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/distcc/distcc-3.2_rc1-r5.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: f54875fbb96f744bfa52ef8f37add9ea9add6090 X-VCS-Branch: master Date: Mon, 2 Oct 2017 05:51:19 +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: aeb6fee4-c0f0-44a6-b8b9-3fac4925c0c1 X-Archives-Hash: 1fe458078d528f358a7fa5ef916eb7e9 commit: f54875fbb96f744bfa52ef8f37add9ea9add6090 Author: Benda Xu gentoo org> AuthorDate: Mon Oct 2 05:47:43 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Mon Oct 2 05:47:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54875fb sys-devel/distcc: Prefixify the eselect path. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild index 64e27b02616..a2c88769102 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild @@ -148,7 +148,7 @@ src_install() { fi insinto /usr/share/shadowman/tools - newins - distcc <<<"${DCCC_PATH}" + newins - distcc <<<"${EPREFIX}${DCCC_PATH}" rm -r "${ED}/etc/default" || die rm "${ED}/etc/distcc/clients.allow" || die