diff options
author | Emily Rowlands <emily@erowl.net> | 2022-08-23 17:19:24 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-08-23 17:19:24 +0200 |
commit | b63d6f290011c1b6c645443147c7c5bf37c3e4c3 (patch) | |
tree | a2a4a226ce45ae34b211bba21e1e5f8b640ee41c /x11-libs | |
parent | x11-libs/wxGTK: Disable precompiled headers (diff) | |
download | gentoo-b63d6f290011c1b6c645443147c7c5bf37c3e4c3.tar.gz gentoo-b63d6f290011c1b6c645443147c7c5bf37c3e4c3.tar.bz2 gentoo-b63d6f290011c1b6c645443147c7c5bf37c3e4c3.zip |
x11-libs/wxGTK: Replace deprecated virtual/jpeg dependency
Closes: https://github.com/gentoo/gentoo/pull/26862
Signed-off-by: Emily Rowlands <emily@erowl.net>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild b/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild index 4b37bab0b317..a7260ae5a0be 100644 --- a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild +++ b/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild @@ -29,9 +29,9 @@ RDEPEND=" sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] ) X? ( >=dev-libs/glib-2.22:2[${MULTILIB_USEDEP}] + media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}] media-libs/libpng:0=[${MULTILIB_USEDEP}] sys-libs/zlib[${MULTILIB_USEDEP}] - virtual/jpeg:0=[${MULTILIB_USEDEP}] x11-libs/cairo[${MULTILIB_USEDEP}] x11-libs/gtk+:3[${MULTILIB_USEDEP}] x11-libs/gdk-pixbuf[${MULTILIB_USEDEP}] |