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 2890A13933E for ; 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 33B2CE0A96; Mon, 5 Jul 2021 03:24:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1D3F5E0A96 for ; 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 17465342B16 for ; Mon, 5 Jul 2021 03:24:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02BE97DD for ; Mon, 5 Jul 2021 03:24:05 +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: <1625455340.921388a3ba1202d38576a95c2675e6306d718a10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/selint/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/selint/selint-1.1.0.ebuild app-admin/selint/selint-1.2.0.ebuild app-admin/selint/selint-9999.ebuild X-VCS-Directories: app-admin/selint/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 921388a3ba1202d38576a95c2675e6306d718a10 X-VCS-Branch: master Date: Mon, 5 Jul 2021 03:24:05 +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: d38b52fa-8472-4df8-8cee-9e1f4500fe58 X-Archives-Hash: c25ad03ef3e7ba0e01b990e84b47c340 commit: 921388a3ba1202d38576a95c2675e6306d718a10 Author: Jonathan Davies protonmail com> AuthorDate: Sun Jul 4 14:56:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 5 03:22:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921388a3 app-admin/selint: Added ~arm keyword. Signed-off-by: Jonathan Davies protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/21528 Signed-off-by: Sam James gentoo.org> app-admin/selint/selint-1.1.0.ebuild | 4 ++-- app-admin/selint/selint-1.2.0.ebuild | 2 +- app-admin/selint/selint-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-admin/selint/selint-1.1.0.ebuild b/app-admin/selint/selint-1.1.0.ebuild index 76ff35921fc..dadbf3ec6cb 100644 --- a/app-admin/selint/selint-1.1.0.ebuild +++ b/app-admin/selint/selint-1.1.0.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" @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git" else SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm x86" fi LICENSE="Apache-2.0" diff --git a/app-admin/selint/selint-1.2.0.ebuild b/app-admin/selint/selint-1.2.0.ebuild index d4b097ca5dd..e7fc31765fa 100644 --- a/app-admin/selint/selint-1.2.0.ebuild +++ b/app-admin/selint/selint-1.2.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git" else SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~arm x86" fi LICENSE="Apache-2.0" diff --git a/app-admin/selint/selint-9999.ebuild b/app-admin/selint/selint-9999.ebuild index 592cb7fbdf8..edf31eb39cb 100644 --- a/app-admin/selint/selint-9999.ebuild +++ b/app-admin/selint/selint-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" @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git" else SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi LICENSE="Apache-2.0"