diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 01:33:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 01:38:52 +0000 |
commit | 2dd7ea2bd7d6b506a9cebd343f54e5300295561e (patch) | |
tree | 1cdd5e87597fb70b3c3dae20b8af5b02a3a470f6 /x11-libs/wxGTK | |
parent | x11-libs/gdk-pixbuf: add media-libs/libtiff subslot dep (diff) | |
download | gentoo-2dd7ea2bd7d6b506a9cebd343f54e5300295561e.tar.gz gentoo-2dd7ea2bd7d6b506a9cebd343f54e5300295561e.tar.bz2 gentoo-2dd7ea2bd7d6b506a9cebd343f54e5300295561e.zip |
x11-libs/wxGTK: add media-libs/libtiff subslot dep
libtiff changed SONAME.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/wxGTK')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild (renamed from x11-libs/wxGTK/wxGTK-3.0.4-r3.ebuild) | 2 | ||||
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild (renamed from x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.4-r3.ebuild b/x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild index 07a2baecb5c3..5113d156cb72 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.4-r3.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.4-r5.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ) libnotify? ( x11-libs/libnotify[${MULTILIB_USEDEP}] ) opengl? ( virtual/opengl[${MULTILIB_USEDEP}] ) - tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) + tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] ) )" DEPEND=" ${RDEPEND} diff --git a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild b/x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild index 7391228feb30..6b9d506ba157 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.5.1-r1.ebuild @@ -47,7 +47,7 @@ RDEPEND=" ) libnotify? ( x11-libs/libnotify[${MULTILIB_USEDEP}] ) opengl? ( virtual/opengl[${MULTILIB_USEDEP}] ) - tiff? ( media-libs/tiff:0[${MULTILIB_USEDEP}] ) + tiff? ( media-libs/tiff:=[${MULTILIB_USEDEP}] ) webkit? ( net-libs/webkit-gtk:4 ) )" DEPEND="${RDEPEND} |