From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1345494-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B2BC158086 for <garchives@archives.gentoo.org>; Fri, 3 Dec 2021 13:05:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A28F82BC007; Fri, 3 Dec 2021 13:05:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73E382BC007 for <gentoo-commits@lists.gentoo.org>; Fri, 3 Dec 2021 13:05:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 937DE3433D2 for <gentoo-commits@lists.gentoo.org>; Fri, 3 Dec 2021 13:04:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E0811FE for <gentoo-commits@lists.gentoo.org>; Fri, 3 Dec 2021 13:04:57 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1638536674.879d20d20a1bdf8f4d90b865e55b48262c4f86e9.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/odamex/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/odamex/odamex-0.9.5.ebuild X-VCS-Directories: games-engines/odamex/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 879d20d20a1bdf8f4d90b865e55b48262c4f86e9 X-VCS-Branch: master Date: Fri, 3 Dec 2021 13:04:57 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0de6a96c-4ece-4563-be80-b51b1b867cf5 X-Archives-Hash: a2c56b2bdc973168368b7e7fb8e24751 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:= ) )"