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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8777A1581D3 for ; Sat, 25 May 2024 17:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC2CDE2A05; Sat, 25 May 2024 17:57:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 AA3A5E2A05 for ; Sat, 25 May 2024 17:57:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF1A933C84E for ; Sat, 25 May 2024 17:57:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50C401887 for ; Sat, 25 May 2024 17:57:29 +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: <1716659835.2dafc08868a64472315a899939c936362dade4bc.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mgba/mgba-9999.ebuild X-VCS-Directories: games-emulation/mgba/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 2dafc08868a64472315a899939c936362dade4bc X-VCS-Branch: master Date: Sat, 25 May 2024 17:57:29 +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: b0513d84-0e29-4d22-80da-f913b209da90 X-Archives-Hash: 3f688b9b4b00b739f8a61baa6e9b51b6 commit: 2dafc08868a64472315a899939c936362dade4bc Author: Ionen Wolkens gentoo org> AuthorDate: Sat May 25 17:53:37 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat May 25 17:57:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dafc088 games-emulation/mgba: avoid unused option warning with USE=-gui Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/mgba/mgba-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index d764aa0d8fe3..afc5b4396e02 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.ebuild @@ -83,6 +83,7 @@ src_configure() { -DBUILD_GLES3=$(usex gles3) -DBUILD_LIBRETRO=$(usex libretro) -DBUILD_QT=$(usex gui) + $(usev gui -DFORCE_QT_VERSION=$(usex qt6 6 5)) -DBUILD_ROM_TEST=yes #918855 -DBUILD_SDL=$(usex sdl) # also used for gamepads in QT build -DBUILD_SUITE=$(usex test) @@ -90,7 +91,6 @@ src_configure() { -DENABLE_DEBUGGERS=$(usex debug) -DENABLE_GDB_STUB=$(usex debug) -DENABLE_SCRIPTING=$(usex lua) - -DFORCE_QT_VERSION=$(usex qt6 6 5) -DMARKDOWN=no #752048 -DUSE_DISCORD_RPC=$(usex discord) -DUSE_EDITLINE=$(usex debug)