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 BEBA6158013 for ; Sat, 2 Dec 2023 09:24:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ED8F2BC04A; Sat, 2 Dec 2023 09:24:38 +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 648872BC04A for ; Sat, 2 Dec 2023 09:24:38 +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 F21EB335D72 for ; Sat, 2 Dec 2023 09:24:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F33A9144D for ; Sat, 2 Dec 2023 09:24:33 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1701508990.e6702e6a0a8743abc149870f3b7356caefc7de44.arthurzam@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: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e6702e6a0a8743abc149870f3b7356caefc7de44 X-VCS-Branch: master Date: Sat, 2 Dec 2023 09:24:33 +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: b75aed2f-439f-474c-a171-60b089cadd43 X-Archives-Hash: 8ae4f472564f1081fd5cfe3b6d34db54 commit: e6702e6a0a8743abc149870f3b7356caefc7de44 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 2 09:23:10 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 2 09:23:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6702e6a games-emulation/vecx-jg: Keyword 1.2.2 ppc, #891201 Signed-off-by: Arthur Zamarin gentoo.org> games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 59be8a9887b1..6182030e8633 100644 --- a/games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild +++ b/games-emulation/vecx-jg/vecx-jg-1.2.2.ebuild @@ -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 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc ~x86" fi LICENSE="MIT"