commit: 5e8c01cc6df4f58054af87bdcf695bef74dc40a8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Dec 16 01:31:35 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Dec 16 01:38:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8c01cc
sci-chemistry/raster3d: add media-libs/libtiff subslot dep libtiff changed SONAME. Signed-off-by: Sam James <sam <AT> gentoo.org> .../raster3d/{raster3d-3.0.6.ebuild => raster3d-3.0.6-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/raster3d/raster3d-3.0.6.ebuild b/sci-chemistry/raster3d/raster3d-3.0.6-r1.ebuild similarity index 97% rename from sci-chemistry/raster3d/raster3d-3.0.6.ebuild rename to sci-chemistry/raster3d/raster3d-3.0.6-r1.ebuild index eb03d6182a84..d51de4772631 100644 --- a/sci-chemistry/raster3d/raster3d-3.0.6.ebuild +++ b/sci-chemistry/raster3d/raster3d-3.0.6-r1.ebuild @@ -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}"