commit:     5babbba77e65af65f422b497b019b4b9fb385ba1
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 18 15:06:04 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jan 18 15:14:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5babbba7

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 <AT> gentoo.org>

 games-action/teeworlds/teeworlds-0.7.5-r2.ebuild | 3 +--
 1 file changed, 1 insertion(+), 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}"
        )
 

Reply via email to