diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-05 14:09:11 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-05 20:18:30 -0400 |
commit | 44d876fa0ae1e1410845269e2819d415c59d47a8 (patch) | |
tree | f7bd9fcd7b4b9c0c8c183880ed11d7dbe5e443e5 /sci-mathematics/jags | |
parent | games-emulation/dosbox: mark as LTO-unsafe, strict-aliasing unsafe (diff) | |
download | gentoo-44d876fa0ae1e1410845269e2819d415c59d47a8.tar.gz gentoo-44d876fa0ae1e1410845269e2819d415c59d47a8.tar.bz2 gentoo-44d876fa0ae1e1410845269e2819d415c59d47a8.zip |
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@gentoo.org>
Diffstat (limited to 'sci-mathematics/jags')
-rw-r--r-- | sci-mathematics/jags/jags-4.3.1-r1.ebuild (renamed from sci-mathematics/jags/jags-4.3.1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-mathematics/jags/jags-4.3.1.ebuild b/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 " |