diff options
author | Sam James <sam@gentoo.org> | 2024-03-27 05:56:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-27 05:59:02 +0000 |
commit | 7be0b55ba35b18a15055f0ede7b9628d9c723129 (patch) | |
tree | 8f35790f78eb6befaca6eebc924fbfb56323fe36 /sci-libs/getdata/getdata-0.11.0.ebuild | |
parent | sci-visualization/kst: mark as LTO-unsafe (diff) | |
download | gentoo-7be0b55ba35b18a15055f0ede7b9628d9c723129.tar.gz gentoo-7be0b55ba35b18a15055f0ede7b9628d9c723129.tar.bz2 gentoo-7be0b55ba35b18a15055f0ede7b9628d9c723129.zip |
sci-libs/getdata: add libltdl dep
Closes: https://bugs.gentoo.org/923316
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/getdata/getdata-0.11.0.ebuild')
-rw-r--r-- | sci-libs/getdata/getdata-0.11.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/getdata/getdata-0.11.0.ebuild b/sci-libs/getdata/getdata-0.11.0.ebuild index 4b0f5f033a18..ef397493899d 100644 --- a/sci-libs/getdata/getdata-0.11.0.ebuild +++ b/sci-libs/getdata/getdata-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 cxx debug flac fortran lzma perl static-libs" DEPEND=" + dev-libs/libltdl bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) perl? ( dev-lang/perl ) |