commit: be3b2aa0296aaa0b28bc4cd74ca4e5179a1d5299
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 26 08:05:11 2019 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Wed Jun 26 08:05:29 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3b2aa0
dev-libs/nettle: enroce libdir as package overrides
Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-libs/nettle/nettle-3.5.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/nettle/nettle-3.5.ebuild
b/dev-libs/nettle/nettle-3.5.ebuild
index 8d7bd37af23..dd968d505c0 100644
--- a/dev-libs/nettle/nettle-3.5.ebuild
+++ b/dev-libs/nettle/nettle-3.5.ebuild
@@ -56,5 +56,6 @@ multilib_src_configure() {
$(use_enable neon arm-neon) \
$(use_enable static-libs static) \
--disable-fat \
- --disable-openssl
+ --disable-openssl \
+ --libdir="${EPREFIX}"/usr/$(get_libdir)
}