summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2018-04-13 13:24:06 +0900
committerBenda Xu <heroxbd@gentoo.org>2018-04-13 13:25:34 +0900
commitf3765ae97786a6d63aad3a20fa831eba7072db90 (patch)
treeb15d4606bcdefbef2f4373cbaca128ef90a86526 /sys-devel
parentnet-libs/nghttp2: Version 1.31.1. (diff)
downloadgentoo-f3765ae97786a6d63aad3a20fa831eba7072db90.tar.gz
gentoo-f3765ae97786a6d63aad3a20fa831eba7072db90.tar.bz2
gentoo-f3765ae97786a6d63aad3a20fa831eba7072db90.zip
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
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/distcc-3.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/distcc/distcc-3.3.ebuild b/sys-devel/distcc/distcc-3.3.ebuild
index 980278900770..fb9e944df2b1 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() {