From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1603401-garchives=archives.gentoo.org@lists.gentoo.org> 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 2D464158041 for <garchives@archives.gentoo.org>; Sat, 24 Feb 2024 07:06:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 618C1E2A3A; Sat, 24 Feb 2024 07:06:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47386E2A3A for <gentoo-commits@lists.gentoo.org>; Sat, 24 Feb 2024 07:06:25 +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 8E43334305E for <gentoo-commits@lists.gentoo.org>; Sat, 24 Feb 2024 07:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5180B14E2 for <gentoo-commits@lists.gentoo.org>; Sat, 24 Feb 2024 07:06:21 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1708758375.6a89dba4ac5a702e750efa7e00c1f3da8d5cc069.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/nestopia-jg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/nestopia-jg/nestopia-jg-9999.ebuild X-VCS-Directories: games-emulation/nestopia-jg/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6a89dba4ac5a702e750efa7e00c1f3da8d5cc069 X-VCS-Branch: master Date: Sat, 24 Feb 2024 07:06:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9030fc2c-636a-443f-8470-5e637286a200 X-Archives-Hash: 2cae31ef86d9f4c49d06e9e1421774e9 commit: 6a89dba4ac5a702e750efa7e00c1f3da8d5cc069 Author: orbea <orbea <AT> riseup <DOT> net> AuthorDate: Sat Feb 24 00:17:14 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 07:06:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a89dba4 games-emulation/nestopia-jg: sync keywords Signed-off-by: orbea <orbea <AT> riseup.net> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> games-emulation/nestopia-jg/nestopia-jg-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild index 7d6f68053c50..dac62fe4856d 100644 --- a/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild +++ b/games-emulation/nestopia-jg/nestopia-jg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 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="GPL-2+"