From 5babbba77e65af65f422b497b019b4b9fb385ba1 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Wed, 18 Jan 2023 10:06:04 -0500 Subject: games-action/teeworlds: drop broken USE=debug Not convinced it's worth looking into unless someone actually wants this. Closes: https://bugs.gentoo.org/891043 Signed-off-by: Ionen Wolkens --- games-action/teeworlds/teeworlds-0.7.5-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games-action/teeworlds') diff --git a/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild b/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild index ad55df8bd5ba..484834e8512c 100644 --- a/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild +++ b/games-action/teeworlds/teeworlds-0.7.5-r2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${P}-src" LICENSE="ZLIB" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="debug dedicated" +IUSE="dedicated" RDEPEND=" !dedicated? ( @@ -37,7 +37,6 @@ src_configure() { local mycmakeargs=( -DCLIENT=$(usex !dedicated) -DCMAKE_DISABLE_FIND_PACKAGE_X11=yes # unused - -DDEV=$(usex debug) -DPYTHON_EXECUTABLE="${PYTHON}" ) -- cgit v1.2.3-65-gdbad