From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1299210-garchives=archives.gentoo.org@lists.gentoo.org>
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 7078713933E
	for <garchives@archives.gentoo.org>; Mon,  5 Jul 2021 03:24:11 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3E9DAE0A97;
	Mon,  5 Jul 2021 03:24:09 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 28A27E0A98
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Jul 2021 03:24:09 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 009D7342B14
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Jul 2021 03:24:08 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 83A537D8
	for <gentoo-commits@lists.gentoo.org>; Mon,  5 Jul 2021 03:24:04 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1625455329.c6f7659fe3385f0b6b7c1eff1839d90b3b70fe1c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-xfs/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sec-policy/selinux-xfs/selinux-xfs-2.20200818-r2.ebuild sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild sec-policy/selinux-xfs/selinux-xfs-9999.ebuild
X-VCS-Directories: sec-policy/selinux-xfs/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c6f7659fe3385f0b6b7c1eff1839d90b3b70fe1c
X-VCS-Branch: master
Date: Mon,  5 Jul 2021 03:24:04 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 75587370-3cc1-40d8-882d-75967732f48b
X-Archives-Hash: 922b602e6226aca10d30df69ca24f880

commit:     c6f7659fe3385f0b6b7c1eff1839d90b3b70fe1c
Author:     Jonathan Davies <jpds <AT> protonmail <DOT> com>
AuthorDate: Mon Jul  5 03:05:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul  5 03:22:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f7659f

sec-policy/selinux-xfs: Unblock ~arm keyword.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-policy/selinux-xfs/selinux-xfs-2.20200818-r2.ebuild | 4 ++--
 sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild | 2 +-
 sec-policy/selinux-xfs/selinux-xfs-9999.ebuild          | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sec-policy/selinux-xfs/selinux-xfs-2.20200818-r2.ebuild b/sec-policy/selinux-xfs/selinux-xfs-2.20200818-r2.ebuild
index 3ea0aeb1be5..4bc810c37a0 100644
--- a/sec-policy/selinux-xfs/selinux-xfs-2.20200818-r2.ebuild
+++ b/sec-policy/selinux-xfs/selinux-xfs-2.20200818-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for xfs"
 
 if [[ ${PV} != 9999* ]] ; then
-	KEYWORDS="amd64 -arm ~arm64 ~mips x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~mips x86"
 fi

diff --git a/sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild b/sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild
index d6acccbc7f7..7bde1883acb 100644
--- a/sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild
+++ b/sec-policy/selinux-xfs/selinux-xfs-2.20210203-r1.ebuild
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for xfs"
 
 if [[ ${PV} != 9999* ]] ; then
-	KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
 fi

diff --git a/sec-policy/selinux-xfs/selinux-xfs-9999.ebuild b/sec-policy/selinux-xfs/selinux-xfs-9999.ebuild
index b8dea2e046e..7bde1883acb 100644
--- a/sec-policy/selinux-xfs/selinux-xfs-9999.ebuild
+++ b/sec-policy/selinux-xfs/selinux-xfs-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -11,5 +11,5 @@ inherit selinux-policy-2
 DESCRIPTION="SELinux policy for xfs"
 
 if [[ ${PV} != 9999* ]] ; then
-	KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86"
 fi