diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-10-27 23:47:36 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-10-27 23:48:17 +0100 |
commit | c38832193a7b7d14d2d992294b5b039ab55d09e6 (patch) | |
tree | 0b2ceeb830fb7313e9ea7d394d64b287734ad4d7 /games-roguelike | |
parent | dev-util/google-perftools: Stabilize 2.9.1-r2 ppc64, #820449 (diff) | |
download | gentoo-c38832193a7b7d14d2d992294b5b039ab55d09e6.tar.gz gentoo-c38832193a7b7d14d2d992294b5b039ab55d09e6.tar.bz2 gentoo-c38832193a7b7d14d2d992294b5b039ab55d09e6.zip |
games-roguelike/angband: Depend on sdl2-image[png]
The game uses PNG images. No revbump as there is another issue to fix.
Closes: https://bugs.gentoo.org/820479
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/angband/angband-4.2.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-roguelike/angband/angband-4.2.2-r1.ebuild b/games-roguelike/angband/angband-4.2.2-r1.ebuild index 8f5865d89946..4fad7e5591c7 100644 --- a/games-roguelike/angband/angband-4.2.2-r1.ebuild +++ b/games-roguelike/angband/angband-4.2.2-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND="X? ( ncurses? ( sys-libs/ncurses:=[unicode(+)] ) sdl? ( media-libs/libsdl2[video,X] - media-libs/sdl2-image + media-libs/sdl2-image[png] media-libs/sdl2-ttf sound? ( media-libs/libsdl2[sound] |