games-engines/odamex: Remove client dependency for odalaunch

The Odamex launcher does not depend on the Odamex client and can be
built independently.

Closes: https://bugs.gentoo.org/827266
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23131
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
William Breathitt Gray
2021-12-01 14:45:32 +09:00
committed by Joonas Niilola
parent 96b9887cb9
commit 879d20d20a

View File

@@ -22,10 +22,10 @@ RDEPEND="
media-libs/libsdl2[joystick,sound,video]
media-libs/sdl2-mixer
net-misc/curl
odalaunch? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
portmidi? ( media-libs/portmidi )
X? ( x11-libs/libX11 )
)
odalaunch? ( x11-libs/wxGTK:${WX_GTK_VER}[X] )
server? (
upnp? ( net-libs/miniupnpc:= )
)"