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 190F215814C for ; Fri, 6 Oct 2023 18:36:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34CC72BC01B; Fri, 6 Oct 2023 18:36:22 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A7AE2BC01B for ; Fri, 6 Oct 2023 18:36:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 191E6335CB4 for ; Fri, 6 Oct 2023 18:36:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8589C9DF for ; Fri, 6 Oct 2023 18:36:19 +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: <1696617375.e94fc97b5b888c9b784f2eb9a02fabf6d21d985b.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/samurai/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/samurai/samurai-1.2-r2.ebuild X-VCS-Directories: dev-util/samurai/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e94fc97b5b888c9b784f2eb9a02fabf6d21d985b X-VCS-Branch: master Date: Fri, 6 Oct 2023 18:36:19 +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: 6a3de4cf-ae13-4780-af2e-aa5aa3174060 X-Archives-Hash: 615dcbe5726ad0fe737d04e158ac3fc1 commit: e94fc97b5b888c9b784f2eb9a02fabf6d21d985b Author: Arthur Zamarin gentoo org> AuthorDate: Fri Oct 6 18:36:15 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Oct 6 18:36:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94fc97b dev-util/samurai: Stabilize 1.2-r2 ppc, #915309 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/samurai/samurai-1.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/samurai/samurai-1.2-r2.ebuild b/dev-util/samurai/samurai-1.2-r2.ebuild index a3b8875f36ee..4db123bf266b 100644 --- a/dev-util/samurai/samurai-1.2-r2.ebuild +++ b/dev-util/samurai/samurai-1.2-r2.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://github.com/michaelforney/samurai.git" else SRC_URI="https://github.com/michaelforney/samurai/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="amd64 arm arm64 x86" + KEYWORDS="amd64 arm arm64 ppc x86" fi LICENSE="ISC Apache-2.0 MIT"