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 F3E94158013 for ; Fri, 8 Dec 2023 08:57:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 312E72BC02F; Fri, 8 Dec 2023 08:57:29 +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 E822C2BC026 for ; Fri, 8 Dec 2023 08:57:28 +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 3AB0533EDD8 for ; Fri, 8 Dec 2023 08:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B487CAC2 for ; Fri, 8 Dec 2023 08:57:26 +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: <1702025837.2d90177a82c45eb0a62a550e5532b31402588419.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: 2d90177a82c45eb0a62a550e5532b31402588419 X-VCS-Branch: master Date: Fri, 8 Dec 2023 08:57:26 +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: 0dd993c9-8fef-41ae-a1f2-89f20f38c46f X-Archives-Hash: 7afe007a0620c3317307935cd1329842 commit: 2d90177a82c45eb0a62a550e5532b31402588419 Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 8 08:57:17 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 8 08:57:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d90177a dev-util/samurai: Stabilize 1.2-r2 sparc, #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 efe6d050980b..8f3af964f3a3 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 hppa ppc ppc64 x86" + KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86" fi LICENSE="ISC Apache-2.0 MIT"