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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B5024139345 for ; Sun, 4 Jul 2021 22:19:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB656E084A; Sun, 4 Jul 2021 22:19:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4A48E0849 for ; Sun, 4 Jul 2021 22:19:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF4E2342B0F for ; Sun, 4 Jul 2021 22:19:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C2C47C1 for ; Sun, 4 Jul 2021 22:19:50 +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: <1625437165.fd65e7d9b3782059521b052a22a36a830f413e01.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mcstrans/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/mcstrans/mcstrans-3.2.ebuild X-VCS-Directories: sys-apps/mcstrans/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd65e7d9b3782059521b052a22a36a830f413e01 X-VCS-Branch: master Date: Sun, 4 Jul 2021 22:19:50 +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: b471ddc6-d05b-44b3-b9e1-892123c8972c X-Archives-Hash: 0058ead0901619822af933b88676d7df commit: fd65e7d9b3782059521b052a22a36a830f413e01 Author: Sam James gentoo org> AuthorDate: Sun Jul 4 22:19:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 4 22:19:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd65e7d9 sys-apps/mcstrans: Stabilize 3.2 amd64, #797616 Signed-off-by: Sam James gentoo.org> sys-apps/mcstrans/mcstrans-3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/mcstrans/mcstrans-3.2.ebuild b/sys-apps/mcstrans/mcstrans-3.2.ebuild index 631d654a0a3..28ef70cad5b 100644 --- a/sys-apps/mcstrans/mcstrans-3.2.ebuild +++ b/sys-apps/mcstrans/mcstrans-3.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then S="${WORKDIR}/${P}/${PN}" else SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips ~x86" fi DESCRIPTION="SELinux context translation to human readable names"