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 00147158099 for ; Wed, 29 Nov 2023 16:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42C6D2BC019; Wed, 29 Nov 2023 16:32:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FB6C2BC019 for ; Wed, 29 Nov 2023 16:32:33 +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 2B53C335D1E for ; Wed, 29 Nov 2023 16:32:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87685EA9 for ; Wed, 29 Nov 2023 16:32:30 +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: <1701275519.fb8c110bb4507827a283ba682744ea518755a566.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-0.10.2-r1.ebuild 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: fb8c110bb4507827a283ba682744ea518755a566 X-VCS-Branch: master Date: Wed, 29 Nov 2023 16:32:30 +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: 2dc7dfb3-00a9-46c3-a153-e21250977086 X-Archives-Hash: 2eef913c4a12700278969d2ae9ad6e77 commit: fb8c110bb4507827a283ba682744ea518755a566 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Nov 29 16:30:18 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Nov 29 16:31:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb8c110b games-emulation/mgba: build the mgba-rom-test tool Closes: https://bugs.gentoo.org/918855 Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/mgba/{mgba-9999.ebuild => mgba-0.10.2-r1.ebuild} | 1 + games-emulation/mgba/mgba-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-0.10.2-r1.ebuild similarity index 98% copy from games-emulation/mgba/mgba-9999.ebuild copy to games-emulation/mgba/mgba-0.10.2-r1.ebuild index 2878b50c65f2..3bfc5e6ae130 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-0.10.2-r1.ebuild @@ -67,6 +67,7 @@ src_configure() { -DBUILD_GLES3=$(usex gles3) -DBUILD_LIBRETRO=$(usex libretro) -DBUILD_QT=$(usex gui) + -DBUILD_ROM_TEST=ON #918855 -DBUILD_SDL=$(usex sdl) # also used for gamepads in QT build -DBUILD_SUITE=$(usex test) -DBUILD_UPDATER=OFF diff --git a/games-emulation/mgba/mgba-9999.ebuild b/games-emulation/mgba/mgba-9999.ebuild index 2878b50c65f2..3bfc5e6ae130 100644 --- a/games-emulation/mgba/mgba-9999.ebuild +++ b/games-emulation/mgba/mgba-9999.ebuild @@ -67,6 +67,7 @@ src_configure() { -DBUILD_GLES3=$(usex gles3) -DBUILD_LIBRETRO=$(usex libretro) -DBUILD_QT=$(usex gui) + -DBUILD_ROM_TEST=ON #918855 -DBUILD_SDL=$(usex sdl) # also used for gamepads in QT build -DBUILD_SUITE=$(usex test) -DBUILD_UPDATER=OFF