From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C835A15800F for ; Wed, 18 Jan 2023 15:15:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F77E0893; Wed, 18 Jan 2023 15:15:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BFB96E0893 for ; Wed, 18 Jan 2023 15:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8494335CEA for ; Wed, 18 Jan 2023 15:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10A9B7DE for ; Wed, 18 Jan 2023 15:15:20 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1674054854.5babbba77e65af65f422b497b019b4b9fb385ba1.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/teeworlds/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-action/teeworlds/teeworlds-0.7.5-r2.ebuild X-VCS-Directories: games-action/teeworlds/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 5babbba77e65af65f422b497b019b4b9fb385ba1 X-VCS-Branch: master Date: Wed, 18 Jan 2023 15:15:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e3249d1d-f18e-4610-878e-1405de01daae X-Archives-Hash: 53868348923853e383dd031593c01db6 commit: 5babbba77e65af65f422b497b019b4b9fb385ba1 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jan 18 15:06:04 2023 +0000 Commit: Ionen Wolkens gentoo 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 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}" )