Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vice/
Date: Sat, 09 Jan 2021 03:10:00
Message-Id: 1610161780.962669a6ce8895201cd8081acfe995b4c7d219d3.sam@gentoo
1 commit: 962669a6ce8895201cd8081acfe995b4c7d219d3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 03:09:40 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 03:09:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=962669a6
7
8 app-emulation/vice: add sdl2-image dep
9
10 Closes: https://bugs.gentoo.org/764530
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-emulation/vice/vice-3.5.ebuild | 5 ++++-
15 1 file changed, 4 insertions(+), 1 deletion(-)
16
17 diff --git a/app-emulation/vice/vice-3.5.ebuild b/app-emulation/vice/vice-3.5.ebuild
18 index 8bbf1366c06..a24aa963357 100644
19 --- a/app-emulation/vice/vice-3.5.ebuild
20 +++ b/app-emulation/vice/vice-3.5.ebuild
21 @@ -47,7 +47,10 @@ RDEPEND="
22 png? ( media-libs/libpng:0= )
23 portaudio? ( media-libs/portaudio )
24 pulseaudio? ( media-sound/pulseaudio )
25 - sdl? ( media-libs/libsdl2[video] )
26 + sdl? (
27 + media-libs/libsdl2[video]
28 + media-libs/sdl2-image
29 + )
30 zlib? ( sys-libs/zlib )
31 "