sci-chemistry/raster3d: add media-libs/libtiff subslot dep

libtiff changed SONAME.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-12-16 01:31:35 +00:00
parent 1088bfc752
commit 5e8c01cc6d

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,7 @@ IUSE="gd tiff"
RDEPEND="
gd? ( media-libs/gd[jpeg,png] )
tiff? ( media-libs/tiff:0 )"
tiff? ( media-libs/tiff:= )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"