diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 03:09:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 03:09:40 +0000 |
commit | 962669a6ce8895201cd8081acfe995b4c7d219d3 (patch) | |
tree | 35967277f67b420d791c1c02e973294d8f5e3083 /app-emulation/vice | |
parent | sci-libs/openblas: don't set relapack by default (diff) | |
download | gentoo-962669a6ce8895201cd8081acfe995b4c7d219d3.tar.gz gentoo-962669a6ce8895201cd8081acfe995b4c7d219d3.tar.bz2 gentoo-962669a6ce8895201cd8081acfe995b4c7d219d3.zip |
app-emulation/vice: add sdl2-image dep
Closes: https://bugs.gentoo.org/764530
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/vice-3.5.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-emulation/vice/vice-3.5.ebuild b/app-emulation/vice/vice-3.5.ebuild index 8bbf1366c06f..a24aa9633576 100644 --- a/app-emulation/vice/vice-3.5.ebuild +++ b/app-emulation/vice/vice-3.5.ebuild @@ -47,7 +47,10 @@ RDEPEND=" png? ( media-libs/libpng:0= ) portaudio? ( media-libs/portaudio ) pulseaudio? ( media-sound/pulseaudio ) - sdl? ( media-libs/libsdl2[video] ) + sdl? ( + media-libs/libsdl2[video] + media-libs/sdl2-image + ) zlib? ( sys-libs/zlib ) " |