summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-12-16 01:27:12 +0000
committerSam James <sam@gentoo.org>2022-12-16 01:38:33 +0000
commit9c567325d4f2f766ef6e22b2843730f1c498e4ce (patch)
treeab5975417ce5a9f6eef4b92760375b455b6d3e20 /media-gfx/xloadimage
parentmedia-gfx/xfig: add media-libs/libtiff subslot dep (diff)
downloadgentoo-9c567325d4f2f766ef6e22b2843730f1c498e4ce.tar.gz
gentoo-9c567325d4f2f766ef6e22b2843730f1c498e4ce.tar.bz2
gentoo-9c567325d4f2f766ef6e22b2843730f1c498e4ce.zip
media-gfx/xloadimage: add media-libs/libtiff subslot dep
libtiff changed SONAME. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/xloadimage')
-rw-r--r--media-gfx/xloadimage/xloadimage-4.1-r14.ebuild (renamed from media-gfx/xloadimage/xloadimage-4.1-r12.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/xloadimage/xloadimage-4.1-r12.ebuild b/media-gfx/xloadimage/xloadimage-4.1-r14.ebuild
index 09484d7f4b2f..ff90d31efe03 100644
--- a/media-gfx/xloadimage/xloadimage-4.1-r12.ebuild
+++ b/media-gfx/xloadimage/xloadimage-4.1-r14.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,9 +15,9 @@ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x
IUSE="tiff jpeg png"
RDEPEND="x11-libs/libX11
- tiff? ( media-libs/tiff:0= )
- png? ( media-libs/libpng:0= )
- jpeg? ( virtual/jpeg:0 )"
+ tiff? ( media-libs/tiff:= )
+ png? ( media-libs/libpng:= )
+ jpeg? ( media-libs/libjpeg-turbo:= )"
DEPEND="${RDEPEND}
!media-gfx/xli"