Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-roguelike/angband/
Date: Wed, 27 Oct 2021 22:48:34
Message-Id: 1635374897.c38832193a7b7d14d2d992294b5b039ab55d09e6.chewi@gentoo
1 commit: c38832193a7b7d14d2d992294b5b039ab55d09e6
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 22:47:36 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 22:48:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3883219
7
8 games-roguelike/angband: Depend on sdl2-image[png]
9
10 The game uses PNG images. No revbump as there is another issue to fix.
11
12 Closes: https://bugs.gentoo.org/820479
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-roguelike/angband/angband-4.2.2-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/games-roguelike/angband/angband-4.2.2-r1.ebuild b/games-roguelike/angband/angband-4.2.2-r1.ebuild
19 index 8f5865d8994..4fad7e5591c 100644
20 --- a/games-roguelike/angband/angband-4.2.2-r1.ebuild
21 +++ b/games-roguelike/angband/angband-4.2.2-r1.ebuild
22 @@ -25,7 +25,7 @@ RDEPEND="X? (
23 ncurses? ( sys-libs/ncurses:=[unicode(+)] )
24 sdl? (
25 media-libs/libsdl2[video,X]
26 - media-libs/sdl2-image
27 + media-libs/sdl2-image[png]
28 media-libs/sdl2-ttf
29 sound? (
30 media-libs/libsdl2[sound]