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: Wed, 02 Dec 2020 09:44:16
Message-Id: 1606902222.779e30a1cb0a05be0aca23543f0b162c5ac06304.sam@gentoo
1 commit: 779e30a1cb0a05be0aca23543f0b162c5ac06304
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 09:43:42 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 09:43:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=779e30a1
7
8 net-misc/netifrc: Stabilize 0.7.1-r1 arm64, #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 16953a94658..bd38f1e7802 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"