commit: b63d6f290011c1b6c645443147c7c5bf37c3e4c3 Author: Emily Rowlands <emily <AT> erowl <DOT> net> AuthorDate: Tue Aug 23 15:19:24 2022 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Tue Aug 23 15:19:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63d6f29
x11-libs/wxGTK: Replace deprecated virtual/jpeg dependency Closes: https://github.com/gentoo/gentoo/pull/26862 Signed-off-by: Emily Rowlands <emily <AT> erowl.net> Signed-off-by: David Seifert <soap <AT> gentoo.org> x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]
