diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 01:31:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 01:38:45 +0000 |
commit | f964acc0ec3fd127cbc3fb5e9942f4afea882be8 (patch) | |
tree | 82d8ad0ae34c15a2c833233c89716850f37323e4 /sci-astronomy/gnuastro | |
parent | net-print/cups-filters: add media-libs/libtiff subslot dep (diff) | |
download | gentoo-f964acc0ec3fd127cbc3fb5e9942f4afea882be8.tar.gz gentoo-f964acc0ec3fd127cbc3fb5e9942f4afea882be8.tar.bz2 gentoo-f964acc0ec3fd127cbc3fb5e9942f4afea882be8.zip |
sci-astronomy/gnuastro: add media-libs/libtiff subslot dep
libtiff changed SONAME.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy/gnuastro')
-rw-r--r-- | sci-astronomy/gnuastro/gnuastro-0.16-r1.ebuild (renamed from sci-astronomy/gnuastro/gnuastro-0.16.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/gnuastro/gnuastro-0.16.ebuild b/sci-astronomy/gnuastro/gnuastro-0.16-r1.ebuild index ca9adb3bb97c..5321d43d4ac3 100644 --- a/sci-astronomy/gnuastro/gnuastro-0.16.ebuild +++ b/sci-astronomy/gnuastro/gnuastro-0.16-r1.ebuild @@ -21,13 +21,13 @@ IUSE="static-libs threads" RDEPEND=" app-text/ghostscript-gpl dev-libs/libgit2:= - media-libs/tiff + media-libs/tiff:= + media-libs/libjpeg-turbo:= net-misc/curl sci-astronomy/wcslib:0= sci-libs/cfitsio:0= sci-libs/gsl:0= sys-libs/zlib:= - virtual/jpeg:0= " DEPEND="${RDEPEND}" |