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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D165B139337 for ; Wed, 28 Jul 2021 06:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0B4AE0885; Wed, 28 Jul 2021 06:45:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D45D8E0885 for ; Wed, 28 Jul 2021 06:45:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9A50342C15 for ; Wed, 28 Jul 2021 06:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47A4B7BD for ; Wed, 28 Jul 2021 06:45:49 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1627454746.ec76e3439fd84be67bcd5b1e6591ccd24253b0d2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/dolphin/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/dolphin/dolphin-9999.ebuild X-VCS-Directories: games-emulation/dolphin/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ec76e3439fd84be67bcd5b1e6591ccd24253b0d2 X-VCS-Branch: master Date: Wed, 28 Jul 2021 06:45:49 +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: 3aadfbdc-354d-414a-af42-6b865fffa363 X-Archives-Hash: 13901b9acfebde360cd85a4e3b578a02 commit: ec76e3439fd84be67bcd5b1e6591ccd24253b0d2 Author: Taylor C. Richberger gmx com> AuthorDate: Wed Jul 28 03:25:08 2021 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jul 28 06:45:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec76e343 games-emulation/dolphin: enable mGBA support Closes: https://bugs.gentoo.org/804666 Reported-by: Taylor C. Richberger gmx.com> Reviewed-by: Sergei Trofimovich gentoo.org> Signed-off-by: Sergei Trofimovich gentoo.org> games-emulation/dolphin/dolphin-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-emulation/dolphin/dolphin-9999.ebuild b/games-emulation/dolphin/dolphin-9999.ebuild index b2fd4d44554..fd99d406616 100644 --- a/games-emulation/dolphin/dolphin-9999.ebuild +++ b/games-emulation/dolphin/dolphin-9999.ebuild @@ -11,7 +11,7 @@ inherit cmake desktop xdg-utils pax-utils plocale if [[ ${PV} == *9999 ]] then EGIT_REPO_URI="https://github.com/dolphin-emu/dolphin" - EGIT_SUBMODULES=() + EGIT_SUBMODULES=( Externals/mGBA/mgba ) inherit git-r3 else inherit vcs-snapshot @@ -109,6 +109,9 @@ src_prepare() { picojson # No code to detect shared library. zstd + + # This is a stripped-down mGBA for integrated GBA support + mGBA ) local s for s in "${KEEP_SOURCES[@]}"; do