commit: 879d20d20a1bdf8f4d90b865e55b48262c4f86e9 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com> AuthorDate: Wed Dec 1 05:45:32 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Dec 3 13:04:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879d20d2
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23131 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> games-engines/odamex/odamex-0.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:= ) )"
