Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/selint/
Date: Mon, 05 Jul 2021 03:24:11
Message-Id: 1625455340.921388a3ba1202d38576a95c2675e6306d718a10.sam@gentoo
1 commit: 921388a3ba1202d38576a95c2675e6306d718a10
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Sun Jul 4 14:56:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 5 03:22:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=921388a3
7
8 app-admin/selint: Added ~arm keyword.
9
10 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/21528
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-admin/selint/selint-1.1.0.ebuild | 4 ++--
15 app-admin/selint/selint-1.2.0.ebuild | 2 +-
16 app-admin/selint/selint-9999.ebuild | 4 ++--
17 3 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/app-admin/selint/selint-1.1.0.ebuild b/app-admin/selint/selint-1.1.0.ebuild
20 index 76ff35921fc..dadbf3ec6cb 100644
21 --- a/app-admin/selint/selint-1.1.0.ebuild
22 +++ b/app-admin/selint/selint-1.1.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2020 Gentoo Authors
25 +# Copyright 1999-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="7"
29 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
30 EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git"
31 else
32 SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz"
33 - KEYWORDS="amd64 x86"
34 + KEYWORDS="amd64 ~arm x86"
35 fi
36
37 LICENSE="Apache-2.0"
38
39 diff --git a/app-admin/selint/selint-1.2.0.ebuild b/app-admin/selint/selint-1.2.0.ebuild
40 index d4b097ca5dd..e7fc31765fa 100644
41 --- a/app-admin/selint/selint-1.2.0.ebuild
42 +++ b/app-admin/selint/selint-1.2.0.ebuild
43 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
44 EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git"
45 else
46 SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz"
47 - KEYWORDS="amd64 x86"
48 + KEYWORDS="amd64 ~arm x86"
49 fi
50
51 LICENSE="Apache-2.0"
52
53 diff --git a/app-admin/selint/selint-9999.ebuild b/app-admin/selint/selint-9999.ebuild
54 index 592cb7fbdf8..edf31eb39cb 100644
55 --- a/app-admin/selint/selint-9999.ebuild
56 +++ b/app-admin/selint/selint-9999.ebuild
57 @@ -1,4 +1,4 @@
58 -# Copyright 1999-2020 Gentoo Authors
59 +# Copyright 1999-2021 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI="7"
63 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
64 EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git"
65 else
66 SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz"
67 - KEYWORDS="~amd64 ~x86"
68 + KEYWORDS="~amd64 ~arm ~x86"
69 fi
70
71 LICENSE="Apache-2.0"