Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/odamex/
Date: Fri, 03 Dec 2021 13:05:25
Message-Id: 1638536674.879d20d20a1bdf8f4d90b865e55b48262c4f86e9.juippis@gentoo
1 commit: 879d20d20a1bdf8f4d90b865e55b48262c4f86e9
2 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 1 05:45:32 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 3 13:04:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879d20d2
7
8 games-engines/odamex: Remove client dependency for odalaunch
9
10 The Odamex launcher does not depend on the Odamex client and can be
11 built independently.
12
13 Closes: https://bugs.gentoo.org/827266
14 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
15 Closes: https://github.com/gentoo/gentoo/pull/23131
16 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
17
18 games-engines/odamex/odamex-0.9.5.ebuild | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 diff --git a/games-engines/odamex/odamex-0.9.5.ebuild b/games-engines/odamex/odamex-0.9.5.ebuild
22 index 2a6cc608b6d8..62d3c471ea58 100644
23 --- a/games-engines/odamex/odamex-0.9.5.ebuild
24 +++ b/games-engines/odamex/odamex-0.9.5.ebuild
25 @@ -22,10 +22,10 @@ RDEPEND="
26 media-libs/libsdl2[joystick,sound,video]
27 media-libs/sdl2-mixer
28 net-misc/curl
29 - odalaunch? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
30 portmidi? ( media-libs/portmidi )
31 X? ( x11-libs/libX11 )
32 )
33 + odalaunch? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
34 server? (
35 upnp? ( net-libs/miniupnpc:= )
36 )"