commit: 1fcac3194b23e7a4f9b1ae6a99d373f36d35013f
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 5 18:19:41 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Aug 6 00:18:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fcac319
sci-mathematics/jags: make sure elibtoolize is applied
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
sci-mathematics/jags/jags-4.3.1-r1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/sci-mathematics/jags/jags-4.3.1-r1.ebuild
b/sci-mathematics/jags/jags-4.3.1-r1.ebuild
index 46f46bbac45e..6ee9e9025d55 100644
--- a/sci-mathematics/jags/jags-4.3.1-r1.ebuild
+++ b/sci-mathematics/jags/jags-4.3.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit toolchain-funcs
+inherit libtool toolchain-funcs
MYP="JAGS-${PV}"
@@ -31,6 +31,11 @@ BDEPEND="
)
"
+src_prepare() {
+ default
+ elibtoolize
+}
+
src_configure() {
econf \
--with-blas="$($(tc-getPKG_CONFIG) --libs blas)" \