Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/wxGTK/
Date: Tue, 23 Aug 2022 15:19:40
Message-Id: 1661267964.b63d6f290011c1b6c645443147c7c5bf37c3e4c3.soap@gentoo
1 commit: b63d6f290011c1b6c645443147c7c5bf37c3e4c3
2 Author: Emily Rowlands <emily <AT> erowl <DOT> net>
3 AuthorDate: Tue Aug 23 15:19:24 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 15:19:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63d6f29
7
8 x11-libs/wxGTK: Replace deprecated virtual/jpeg dependency
9
10 Closes: https://github.com/gentoo/gentoo/pull/26862
11 Signed-off-by: Emily Rowlands <emily <AT> erowl.net>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild b/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild
18 index 4b37bab0b317..a7260ae5a0be 100644
19 --- a/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild
20 +++ b/x11-libs/wxGTK/wxGTK-3.0.5.1.ebuild
21 @@ -29,9 +29,9 @@ RDEPEND="
22 sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
23 X? (
24 >=dev-libs/glib-2.22:2[${MULTILIB_USEDEP}]
25 + media-libs/libjpeg-turbo:=[${MULTILIB_USEDEP}]
26 media-libs/libpng:0=[${MULTILIB_USEDEP}]
27 sys-libs/zlib[${MULTILIB_USEDEP}]
28 - virtual/jpeg:0=[${MULTILIB_USEDEP}]
29 x11-libs/cairo[${MULTILIB_USEDEP}]
30 x11-libs/gtk+:3[${MULTILIB_USEDEP}]
31 x11-libs/gdk-pixbuf[${MULTILIB_USEDEP}]