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 95606158089 for ; Wed, 13 Sep 2023 03:20:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F3022BC157; Wed, 13 Sep 2023 03:20:21 +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 DC2B62BC157 for ; Wed, 13 Sep 2023 03:20:20 +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 F4101335CA3 for ; Wed, 13 Sep 2023 03:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 338001199 for ; Wed, 13 Sep 2023 03:20:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1694575183.81b2a5130d9f5128c669dd1fd09859e72fad9781.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/sameboy-jg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild X-VCS-Directories: games-emulation/sameboy-jg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 81b2a5130d9f5128c669dd1fd09859e72fad9781 X-VCS-Branch: master Date: Wed, 13 Sep 2023 03:20:16 +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: 1beef97d-46cd-408f-8e22-90998625d5ae X-Archives-Hash: c72dd85a3865bf57f3b18f9401135460 commit: 81b2a5130d9f5128c669dd1fd09859e72fad9781 Author: Sam James gentoo org> AuthorDate: Wed Sep 13 03:19:43 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 13 03:19:43 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81b2a513 games-emulation/sameboy-jg: Keyword 0.15.8 arm64, #891201 Signed-off-by: Sam James gentoo.org> games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild b/games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild index 2a20f4b0419c..9ff11f703c28 100644 --- a/games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild +++ b/games-emulation/sameboy-jg/sameboy-jg-0.15.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ if [[ "${PV}" == *9999 ]] ; then else SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" S="${WORKDIR}/${MY_P}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi LICENSE="MIT"