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 3E93215838C for ; Sun, 21 Jan 2024 04:02:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A36132BC014; Sun, 21 Jan 2024 04:02:10 +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 53F7E2BC016 for ; Sun, 21 Jan 2024 04:02:10 +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 6CBB53432F9 for ; Sun, 21 Jan 2024 04:02:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7C1B14D1 for ; Sun, 21 Jan 2024 04:02:05 +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: <1705809597.69a8273d14f064a3ac474ab81967f9dd1f256448.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-9999.ebuild X-VCS-Directories: games-emulation/sameboy-jg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 69a8273d14f064a3ac474ab81967f9dd1f256448 X-VCS-Branch: master Date: Sun, 21 Jan 2024 04:02:05 +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: 9f56c135-2edc-47b3-ae5c-6516320c84db X-Archives-Hash: 9cad8934969853bbf572adb7d105c023 commit: 69a8273d14f064a3ac474ab81967f9dd1f256448 Author: orbea riseup net> AuthorDate: Wed Jan 10 00:59:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 21 03:59:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a8273d games-emulation/sameboy-jg: sync keywords Signed-off-by: orbea riseup.net> Signed-off-by: Sam James gentoo.org> games-emulation/sameboy-jg/sameboy-jg-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/sameboy-jg/sameboy-jg-9999.ebuild b/games-emulation/sameboy-jg/sameboy-jg-9999.ebuild index 2a20f4b0419c..c41503e9640a 100644 --- a/games-emulation/sameboy-jg/sameboy-jg-9999.ebuild +++ b/games-emulation/sameboy-jg/sameboy-jg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 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 ~arm ~arm64 ~ppc ~ppc64 ~x86" fi LICENSE="MIT"