commit: 6953f9bde6b2f327279fd6d21a0acda9465ea9b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 00:46:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 00:47:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6953f9bd
dev-libs/libtommath: fix pkg-config libdir
See: c90ab38e3577aae61fac2341b34ad593948de1cd
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../libtommath/{libtommath-1.2.0.ebuild => libtommath-1.2.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild
b/dev-libs/libtommath/libtommath-1.2.0-r1.ebuild
similarity index 98%
rename from dev-libs/libtommath/libtommath-1.2.0.ebuild
rename to dev-libs/libtommath/libtommath-1.2.0-r1.ebuild
index 50758fca838..7b117347f4e 100644
--- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
+++ b/dev-libs/libtommath/libtommath-1.2.0-r1.ebuild
@@ -50,6 +50,7 @@ _emake() {
RANLIB="$(tc-getRANLIB)" \
IGNORE_SPEED=1 \
DESTDIR="${ED}" \
+ PREFIX="${EPREFIX}/usr" \
LIBPATH="/usr/$(get_libdir)" \
INCPATH="/usr/include" \
"$@"