commit:     44d876fa0ae1e1410845269e2819d415c59d47a8
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  5 18:09:11 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 00:18:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d876fa

sci-mathematics/jags: add missing automagic dependency

ltdl is internally used, and also included as a "convenience copy". If
it's not available on the system then the code copy is used; if it is
available, we have a missing runtime dep.

The bundled copy also results in an LTO error.

Closes: https://bugs.gentoo.org/927674
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-mathematics/jags/{jags-4.3.1.ebuild => jags-4.3.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-mathematics/jags/jags-4.3.1.ebuild 
b/sci-mathematics/jags/jags-4.3.1-r1.ebuild
similarity index 98%
rename from sci-mathematics/jags/jags-4.3.1.ebuild
rename to sci-mathematics/jags/jags-4.3.1-r1.ebuild
index 24618ca40553..46f46bbac45e 100644
--- a/sci-mathematics/jags/jags-4.3.1.ebuild
+++ b/sci-mathematics/jags/jags-4.3.1-r1.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc"
 
 RDEPEND="
+       dev-libs/libltdl
        virtual/blas
        virtual/lapack
 "

Reply via email to