commit: 2e30d073c559517de1115e5f021f3238f5cbdad2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 12 17:35:33 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 12 17:35:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e30d073
sys-devel/distcc: Add missing EPREFIX to libdir Closes: https://bugs.gentoo.org/807823 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> sys-devel/distcc/distcc-3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/distcc/distcc-3.4.ebuild b/sys-devel/distcc/distcc-3.4.ebuild index 00e2ef66449..cb49de0fd3c 100644 --- a/sys-devel/distcc/distcc-3.4.ebuild +++ b/sys-devel/distcc/distcc-3.4.ebuild @@ -66,7 +66,7 @@ src_prepare() { src_configure() { local myconf=( --disable-Werror - --libdir=/usr/lib + --libdir="${EPREFIX}"/usr/lib $(use_enable ipv6 rfc2553) $(use_with gtk) --without-gnome
