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 1199F158089 for ; Wed, 13 Sep 2023 03:20:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2173C2BC158; Wed, 13 Sep 2023 03:20:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E7FFD2BC158 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 28165335C94 for ; Wed, 13 Sep 2023 03:20:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 475C0119A 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.fce26699d1a163f2f51a527f44a58fa66b1e668a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/vecx-jg/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild X-VCS-Directories: games-emulation/vecx-jg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fce26699d1a163f2f51a527f44a58fa66b1e668a 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: 8893eb6d-85b7-431e-b6ac-11c4110eff0b X-Archives-Hash: c354d567aed797a819b98b28e9b1b8ce commit: fce26699d1a163f2f51a527f44a58fa66b1e668a 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=fce26699 games-emulation/vecx-jg: Keyword 1.2.2 arm64, #891201 Signed-off-by: Sam James gentoo.org> games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild b/games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild index 8c06c33177c5..d41f8842e9b9 100644 --- a/games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild +++ b/games-emulation/vecx-jg/vecx-jg-1.2.2.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"