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 498B6158086 for ; Sat, 18 Dec 2021 18:12:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A84542BC043; Sat, 18 Dec 2021 18:12:19 +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 5C6B52BC03B for ; Sat, 18 Dec 2021 18:12:18 +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 73CFB343060 for ; Sat, 18 Dec 2021 18:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33AF4253 for ; Sat, 18 Dec 2021 18:12:14 +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: <1639851104.1e7c34035641808f6784daba91626efff0b2e5b2.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e7c34035641808f6784daba91626efff0b2e5b2 X-VCS-Branch: master Date: Sat, 18 Dec 2021 18:12:14 +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: 6d39012e-b1ba-4ec7-8e51-ba31c14a1d91 X-Archives-Hash: 5477a05a4fb00a1f890eb33a42f6cac0 commit: 1e7c34035641808f6784daba91626efff0b2e5b2 Author: Sam James gentoo org> AuthorDate: Sat Dec 18 18:11:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Dec 18 18:11:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e7c3403 dev-util/shadowman: Stabilize 3 arm64, #829557 Signed-off-by: Sam James 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 be676f46108d..3a15ee351035 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"