diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 01:25:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 01:38:27 +0000 |
commit | 0846f7496015a831bc2ac4f1cad2c06ce0cab7ac (patch) | |
tree | 6b0c9154b899a1db26033381ad98585e56f84bd7 | |
parent | media-gfx/gthumb: add media-libs/libtiff subslot dep (diff) | |
download | gentoo-0846f7496015a831bc2ac4f1cad2c06ce0cab7ac.tar.gz gentoo-0846f7496015a831bc2ac4f1cad2c06ce0cab7ac.tar.bz2 gentoo-0846f7496015a831bc2ac4f1cad2c06ce0cab7ac.zip |
media-gfx/hp2xx: add media-libs/libtiff subslot dep
libtiff changed SONAME.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-gfx/hp2xx/hp2xx-3.4.4-r3.ebuild (renamed from media-gfx/hp2xx/hp2xx-3.4.4-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/hp2xx/hp2xx-3.4.4-r1.ebuild b/media-gfx/hp2xx/hp2xx-3.4.4-r3.ebuild index 82bdb6b2b16f..592438d2897e 100644 --- a/media-gfx/hp2xx/hp2xx-3.4.4-r1.ebuild +++ b/media-gfx/hp2xx/hp2xx-3.4.4-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="jpeg png tiff X" RDEPEND=" - jpeg? ( virtual/jpeg ) + jpeg? ( media-libs/libjpeg-turbo:= ) png? ( media-libs/libpng:= sys-libs/zlib |