Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/
Date: Thu, 03 Dec 2020 04:21:40
Message-Id: 1606969171.17d9494ac241eaf5353af369f0752d467d7943f3.sam@gentoo
1 commit: 17d9494ac241eaf5353af369f0752d467d7943f3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 04:19:31 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 04:19:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d9494a
7
8 net-misc/netifrc: Stabilize 0.7.1-r1 arm, #757222
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/netifrc/netifrc-0.7.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/netifrc/netifrc-0.7.1-r1.ebuild b/net-misc/netifrc/netifrc-0.7.1-r1.ebuild
16 index bd38f1e7802..e7cd11a3ac1 100644
17 --- a/net-misc/netifrc/netifrc-0.7.1-r1.ebuild
18 +++ b/net-misc/netifrc/netifrc-0.7.1-r1.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86"
25 fi
26
27 LICENSE="BSD-2"