diff options
author | Sam James <sam@gentoo.org> | 2021-05-29 21:01:34 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-29 21:01:34 +0200 |
commit | 966f1b286d71a29d858acc7eaf231ef2b3ebb853 (patch) | |
tree | 52c732ab572b61ac596fc1c363c0b87358292111 /sci-astronomy | |
parent | dev-haskell/skylighting-core: add missing libpcre dependency (diff) | |
download | gentoo-966f1b286d71a29d858acc7eaf231ef2b3ebb853.tar.gz gentoo-966f1b286d71a29d858acc7eaf231ef2b3ebb853.tar.bz2 gentoo-966f1b286d71a29d858acc7eaf231ef2b3ebb853.zip |
sci-astronomy/cpl: add missing dev-libs/libltdl dep
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/cpl/cpl-7.0-r1.ebuild (renamed from sci-astronomy/cpl/cpl-7.0.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-astronomy/cpl/cpl-7.0.ebuild b/sci-astronomy/cpl/cpl-7.0-r1.ebuild index eaafe47a267c..395d2d56f997 100644 --- a/sci-astronomy/cpl/cpl-7.0.ebuild +++ b/sci-astronomy/cpl/cpl-7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc gasgano static-libs threads" RDEPEND=" + dev-libs/libltdl sci-astronomy/wcslib:0= sci-libs/cfitsio:0= sci-libs/fftw:3.0= |