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 D5C15158011 for ; Thu, 14 Jul 2022 21:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FC59E0EB5; Thu, 14 Jul 2022 21:24:07 +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 F26CDE0E97 for ; Thu, 14 Jul 2022 21:24:06 +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 EE837341267 for ; Thu, 14 Jul 2022 21:24:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87DAA501 for ; Thu, 14 Jul 2022 21:24:04 +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: <1657833811.37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b.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.9.3-r2.ebuild X-VCS-Directories: games-emulation/mgba/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b X-VCS-Branch: master Date: Thu, 14 Jul 2022 21:24:04 +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: b0f4f915-f772-41e0-a31e-3427e700c69e X-Archives-Hash: d87518b0e993d2d36511138d16cb7ca0 commit: 37f6bbe0ccc6db489c3a5fe4bf684c4cb1bdd89b Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jul 14 20:08:10 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jul 14 21:23:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f6bbe0 games-emulation/mgba: stabilize 0.9.3-r2 for amd64, x86 Signed-off-by: Ionen Wolkens gentoo.org> games-emulation/mgba/mgba-0.9.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/mgba/mgba-0.9.3-r2.ebuild b/games-emulation/mgba/mgba-0.9.3-r2.ebuild index 4d806f22f62f..82caf353a7fa 100644 --- a/games-emulation/mgba/mgba-0.9.3-r2.ebuild +++ b/games-emulation/mgba/mgba-0.9.3-r2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/mgba-emu/mgba.git" else SRC_URI="https://github.com/mgba-emu/mgba/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi DESCRIPTION="Game Boy Advance Emulator"