Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/
Date: Thu, 28 Oct 2021 00:47:18
Message-Id: 1635382022.6953f9bde6b2f327279fd6d21a0acda9465ea9b2.sam@gentoo
1 commit: 6953f9bde6b2f327279fd6d21a0acda9465ea9b2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 00:46:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 00:47:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6953f9bd
7
8 dev-libs/libtommath: fix pkg-config libdir
9
10 See: c90ab38e3577aae61fac2341b34ad593948de1cd
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../libtommath/{libtommath-1.2.0.ebuild => libtommath-1.2.0-r1.ebuild} | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0-r1.ebuild
17 similarity index 98%
18 rename from dev-libs/libtommath/libtommath-1.2.0.ebuild
19 rename to dev-libs/libtommath/libtommath-1.2.0-r1.ebuild
20 index 50758fca838..7b117347f4e 100644
21 --- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
22 +++ b/dev-libs/libtommath/libtommath-1.2.0-r1.ebuild
23 @@ -50,6 +50,7 @@ _emake() {
24 RANLIB="$(tc-getRANLIB)" \
25 IGNORE_SPEED=1 \
26 DESTDIR="${ED}" \
27 + PREFIX="${EPREFIX}/usr" \
28 LIBPATH="/usr/$(get_libdir)" \
29 INCPATH="/usr/include" \
30 "$@"