diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 01:31:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 01:38:46 +0000 |
commit | b849a927af0b03ee4a4391558a07633c50147aff (patch) | |
tree | 3a8acc375b8d31e0e302c207f2d9e065fa2a3d8e /sci-astronomy | |
parent | sci-astronomy/siril: add media-libs/libtiff subslot dep (diff) | |
download | gentoo-b849a927af0b03ee4a4391558a07633c50147aff.tar.gz gentoo-b849a927af0b03ee4a4391558a07633c50147aff.tar.bz2 gentoo-b849a927af0b03ee4a4391558a07633c50147aff.zip |
sci-astronomy/stiff: add media-libs/libtiff subslot dep
libtiff changed SONAME.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/stiff/stiff-2.4.0-r1.ebuild (renamed from sci-astronomy/stiff/stiff-2.4.0.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/stiff/stiff-2.4.0.ebuild b/sci-astronomy/stiff/stiff-2.4.0-r1.ebuild index 02e91240249e..fe8f85b3322f 100644 --- a/sci-astronomy/stiff/stiff-2.4.0.ebuild +++ b/sci-astronomy/stiff/stiff-2.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,8 +15,8 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc threads" RDEPEND=" - media-libs/tiff:0= - virtual/jpeg:0 + media-libs/tiff:= + media-libs/libjpeg-turbo:= sys-libs/zlib:0=" DEPEND="${RDEPEND}" |