summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-01-18 10:06:04 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-01-18 10:14:14 -0500
commit5babbba77e65af65f422b497b019b4b9fb385ba1 (patch)
tree137e58f46d8878c996e8ed913d7684c9bda33d79 /games-action
parentgames-action/teeworlds: EAPI7->8, pass no-strict, enable py3.11 (diff)
downloadgentoo-5babbba77e65af65f422b497b019b4b9fb385ba1.tar.gz
gentoo-5babbba77e65af65f422b497b019b4b9fb385ba1.tar.bz2
gentoo-5babbba77e65af65f422b497b019b4b9fb385ba1.zip
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 <ionen@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r--games-action/teeworlds/teeworlds-0.7.5-r2.ebuild3
1 files changed, 1 insertions, 2 deletions
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}"
)