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 61CE313933E for ; Mon, 5 Jul 2021 03:24:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8033DE0A8E; Mon, 5 Jul 2021 03:24:07 +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 42B3CE0A8A for ; Mon, 5 Jul 2021 03:24:07 +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 6A27E342B04 for ; Mon, 5 Jul 2021 03:24:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCF357D0 for ; Mon, 5 Jul 2021 03:24:03 +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: <1625455314.d75c346ffb347e40ccad2dd9f7a4ea1e4e902624.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-vpn/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-vpn/selinux-vpn-2.20200818-r2.ebuild sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild sec-policy/selinux-vpn/selinux-vpn-9999.ebuild X-VCS-Directories: sec-policy/selinux-vpn/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d75c346ffb347e40ccad2dd9f7a4ea1e4e902624 X-VCS-Branch: master Date: Mon, 5 Jul 2021 03:24:03 +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: db396538-40b3-4494-9a02-036341a1b1b9 X-Archives-Hash: a5bcd32d849a205546d2d52422726c93 commit: d75c346ffb347e40ccad2dd9f7a4ea1e4e902624 Author: Jonathan Davies protonmail com> AuthorDate: Mon Jul 5 03:04:26 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 5 03:21:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75c346f sec-policy/selinux-vpn: Unblock ~arm keyword. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> sec-policy/selinux-vpn/selinux-vpn-2.20200818-r2.ebuild | 4 ++-- sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild | 2 +- sec-policy/selinux-vpn/selinux-vpn-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sec-policy/selinux-vpn/selinux-vpn-2.20200818-r2.ebuild b/sec-policy/selinux-vpn/selinux-vpn-2.20200818-r2.ebuild index fec33dc4e28..e3b99465964 100644 --- a/sec-policy/selinux-vpn/selinux-vpn-2.20200818-r2.ebuild +++ b/sec-policy/selinux-vpn/selinux-vpn-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 vpn" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild b/sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild index b0059221646..c44298433ab 100644 --- a/sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild +++ b/sec-policy/selinux-vpn/selinux-vpn-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for vpn" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-vpn/selinux-vpn-9999.ebuild b/sec-policy/selinux-vpn/selinux-vpn-9999.ebuild index 070a05219cc..c44298433ab 100644 --- a/sec-policy/selinux-vpn/selinux-vpn-9999.ebuild +++ b/sec-policy/selinux-vpn/selinux-vpn-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 vpn" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi