Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/
Date: Wed, 26 Jun 2019 08:05:50
Message-Id: 1561536329.be3b2aa0296aaa0b28bc4cd74ca4e5179a1d5299.alonbl@gentoo
1 commit: be3b2aa0296aaa0b28bc4cd74ca4e5179a1d5299
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 26 08:05:11 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 26 08:05:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3b2aa0
7
8 dev-libs/nettle: enroce libdir as package overrides
9
10 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-libs/nettle/nettle-3.5.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-libs/nettle/nettle-3.5.ebuild b/dev-libs/nettle/nettle-3.5.ebuild
17 index 8d7bd37af23..dd968d505c0 100644
18 --- a/dev-libs/nettle/nettle-3.5.ebuild
19 +++ b/dev-libs/nettle/nettle-3.5.ebuild
20 @@ -56,5 +56,6 @@ multilib_src_configure() {
21 $(use_enable neon arm-neon) \
22 $(use_enable static-libs static) \
23 --disable-fat \
24 - --disable-openssl
25 + --disable-openssl \
26 + --libdir="${EPREFIX}"/usr/$(get_libdir)
27 }