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-fps/prboom-plus/
Date: Sun, 10 May 2020 16:53:43
Message-Id: 1589129538.4ed7b6f0bb23931c12490123d95efdfea5bd5e13.chewi@gentoo
1 commit: 4ed7b6f0bb23931c12490123d95efdfea5bd5e13
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 10 16:36:52 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 10 16:52:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed7b6f0
7
8 games-fps/prboom-plus: Add SLOT operator to media-libs/dumb dep
9
10 The soname is about to change.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild b/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild
19 index bf6007bb533..8ac28f7f6e9 100644
20 --- a/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild
21 +++ b/games-fps/prboom-plus/prboom-plus-2.5.1.5.4540.1.ebuild
22 @@ -19,7 +19,7 @@ REQUIRED_USE="sdl2-image? ( opengl )"
23
24 DEPEND="
25 media-libs/libsdl2[opengl?,joystick,sound,video]
26 - dumb? ( media-libs/dumb )
27 + dumb? ( media-libs/dumb:= )
28 fluidsynth? ( media-sound/fluidsynth:= )
29 mad? ( media-libs/libmad )
30 net? ( media-libs/sdl2-net )