diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2021-12-01 14:45:32 +0900 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-12-03 15:04:34 +0200 |
commit | 879d20d20a1bdf8f4d90b865e55b48262c4f86e9 (patch) | |
tree | 0fe94b95ae776c654aa9ce728c45ca36c949e6b4 /games-engines/odamex | |
parent | x11-misc/rofi: manual sync for -99999 ebuild (diff) | |
download | gentoo-879d20d20a1bdf8f4d90b865e55b48262c4f86e9.tar.gz gentoo-879d20d20a1bdf8f4d90b865e55b48262c4f86e9.tar.bz2 gentoo-879d20d20a1bdf8f4d90b865e55b48262c4f86e9.zip |
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>
Diffstat (limited to 'games-engines/odamex')
-rw-r--r-- | games-engines/odamex/odamex-0.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-engines/odamex/odamex-0.9.5.ebuild b/games-engines/odamex/odamex-0.9.5.ebuild index 2a6cc608b6d8..62d3c471ea58 100644 --- a/games-engines/odamex/odamex-0.9.5.ebuild +++ b/games-engines/odamex/odamex-0.9.5.ebuild @@ -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:= ) )" |