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 57693139345 for ; Mon, 5 Jul 2021 03:24:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA9FBE0AA1; Mon, 5 Jul 2021 03:24:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 90D52E0AA1 for ; Mon, 5 Jul 2021 03:24:15 +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 D5D71342B04 for ; Mon, 5 Jul 2021 03:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49B807D5 for ; Mon, 5 Jul 2021 03:24:04 +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: <1625455324.50ae83d4cef84eae1b9134d841facc43d23fdb12.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-wireshark/selinux-wireshark-2.20200818-r2.ebuild sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild X-VCS-Directories: sec-policy/selinux-wireshark/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50ae83d4cef84eae1b9134d841facc43d23fdb12 X-VCS-Branch: master Date: Mon, 5 Jul 2021 03:24:04 +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: 4fae1031-3907-4473-ac60-d4d4f575482a X-Archives-Hash: 6d96a93b4142f1d87e226e38a4fe295c commit: 50ae83d4cef84eae1b9134d841facc43d23fdb12 Author: Jonathan Davies protonmail com> AuthorDate: Mon Jul 5 03:05:01 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 5 03:22:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ae83d4 sec-policy/selinux-wireshark: Unblock ~arm keyword. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> sec-policy/selinux-wireshark/selinux-wireshark-2.20200818-r2.ebuild | 4 ++-- sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild | 2 +- sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sec-policy/selinux-wireshark/selinux-wireshark-2.20200818-r2.ebuild b/sec-policy/selinux-wireshark/selinux-wireshark-2.20200818-r2.ebuild index 2aa0044b7c9..22c8ea92417 100644 --- a/sec-policy/selinux-wireshark/selinux-wireshark-2.20200818-r2.ebuild +++ b/sec-policy/selinux-wireshark/selinux-wireshark-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 wireshark" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="amd64 -arm ~arm64 ~mips x86" + KEYWORDS="amd64 ~arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild b/sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild index 6c14f02f362..85cbd92256a 100644 --- a/sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild +++ b/sec-policy/selinux-wireshark/selinux-wireshark-2.20210203-r1.ebuild @@ -11,5 +11,5 @@ inherit selinux-policy-2 DESCRIPTION="SELinux policy for wireshark" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild b/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild index 1bcf924bee8..85cbd92256a 100644 --- a/sec-policy/selinux-wireshark/selinux-wireshark-9999.ebuild +++ b/sec-policy/selinux-wireshark/selinux-wireshark-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 wireshark" if [[ ${PV} != 9999* ]] ; then - KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~x86" fi