diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 01:22:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 01:38:17 +0000 |
commit | a885c4c747b8eb1dd10225b7b94d14842177ef25 (patch) | |
tree | 46c4b8537f7d2e38001ff365fc3987361a23a6e8 /dev-python/wxpython | |
parent | dev-python/pillow: add media-libs/libtiff subslot dep (diff) | |
download | gentoo-a885c4c747b8eb1dd10225b7b94d14842177ef25.tar.gz gentoo-a885c4c747b8eb1dd10225b7b94d14842177ef25.tar.bz2 gentoo-a885c4c747b8eb1dd10225b7b94d14842177ef25.zip |
dev-python/wxpython: add media-libs/libtiff subslot dep
libtiff changed SONAME.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/wxpython-4.0.7-r4.ebuild (renamed from dev-python/wxpython/wxpython-4.0.7-r2.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/wxpython/wxpython-4.0.7-r2.ebuild b/dev-python/wxpython/wxpython-4.0.7-r4.ebuild index 2b091d7cf784..65bedbfbc328 100644 --- a/dev-python/wxpython/wxpython-4.0.7-r2.ebuild +++ b/dev-python/wxpython/wxpython-4.0.7-r4.ebuild @@ -29,9 +29,9 @@ RESTRICT="test" # which makes us have to require all features from wxGTK RDEPEND=" >=x11-libs/wxGTK-3.0.4-r301:${WX_GTK_VER}=[gstreamer,libnotify,opengl,sdl,tiff,webkit?,X] - media-libs/libpng:0= - media-libs/tiff:0 - media-libs/libjpeg-turbo:0" + media-libs/libpng:= + media-libs/tiff:= + media-libs/libjpeg-turbo:=" BDEPEND="${RDEPEND} app-doc/doxygen |