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 B68CD1382C5 for ; Fri, 13 Apr 2018 04:25:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1AADE08EA; Fri, 13 Apr 2018 04:25:47 +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 D0225E08EA for ; Fri, 13 Apr 2018 04:25:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BBE53335C30 for ; Fri, 13 Apr 2018 04:25:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AE9D275 for ; Fri, 13 Apr 2018 04:25:44 +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: <1523593534.f3765ae97786a6d63aad3a20fa831eba7072db90.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.3.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: f3765ae97786a6d63aad3a20fa831eba7072db90 X-VCS-Branch: master Date: Fri, 13 Apr 2018 04:25:44 +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: 8429f8fc-56bd-4404-b74d-a5095e7580d6 X-Archives-Hash: 8c936250b7cd79ecb1bb8b7c56b4485d commit: f3765ae97786a6d63aad3a20fa831eba7072db90 Author: Benda Xu gentoo org> AuthorDate: Fri Apr 13 04:24:06 2018 +0000 Commit: Benda XU gentoo org> CommitDate: Fri Apr 13 04:25:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3765ae9 sys-devel/distcc: revert the libdir hack and use /usr/lib/distcc. Bug: https://bugs.gentoo.org/651030 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-devel/distcc/distcc-3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild index 98027890077..fb9e944df2b 100644 --- a/sys-devel/distcc/distcc-3.3.ebuild +++ b/sys-devel/distcc/distcc-3.3.ebuild @@ -74,7 +74,7 @@ src_prepare() { -e "s:@libdir@:/usr/$(get_libdir):" \ "${FILESDIR}/3.2/distcc-config" > "${T}/distcc-config" || die - hprefixify -e "s,/lib/,/$(get_libdir)/," update-distcc-symlinks.py src/{serve,daemon}.c + hprefixify update-distcc-symlinks.py src/{serve,daemon}.c } src_configure() {