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 61AF5158087 for ; Sat, 18 Dec 2021 13:38:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF0432BC03F; Sat, 18 Dec 2021 13:38:52 +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 B36CF2BC03F for ; Sat, 18 Dec 2021 13:38:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 499C234337C for ; Sat, 18 Dec 2021 13:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F00D4268 for ; Sat, 18 Dec 2021 13:38:31 +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: <1639834699.271c2f93b4879a8e4b3ce47f12b26147563e66e8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/shadowman/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/shadowman/shadowman-3.ebuild X-VCS-Directories: dev-util/shadowman/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 271c2f93b4879a8e4b3ce47f12b26147563e66e8 X-VCS-Branch: master Date: Sat, 18 Dec 2021 13:38:31 +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: c539c138-5a13-40cf-8c62-0a6144993adb X-Archives-Hash: 517216a7e6ba319ef5f4f70e7914f6b4 commit: 271c2f93b4879a8e4b3ce47f12b26147563e66e8 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Dec 18 13:37:44 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Dec 18 13:38:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=271c2f93 dev-util/shadowman: Stabilize 3 sparc, #829557 Signed-off-by: Arthur Zamarin gentoo.org> dev-util/shadowman/shadowman-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/shadowman/shadowman-3.ebuild b/dev-util/shadowman/shadowman-3.ebuild index 3021228e1cbf..0218b6944a3e 100644 --- a/dev-util/shadowman/shadowman-3.ebuild +++ b/dev-util/shadowman/shadowman-3.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mgorny/shadowman/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86" IUSE="" RDEPEND="app-admin/eselect"