Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/
Date: Sun, 16 Sep 2018 18:26:01
Message-Id: 1537122339.f85a0ac2021822aef31edc0aa66c6599826f2b93.zlogene@gentoo
1 commit: f85a0ac2021822aef31edc0aa66c6599826f2b93
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 16 18:25:39 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 16 18:25:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85a0ac2
7
8 net-misc/netifrc: m68k stable wrt bug #591826
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-misc/netifrc/netifrc-0.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/netifrc/netifrc-0.5.1.ebuild b/net-misc/netifrc/netifrc-0.5.1.ebuild
16 index 7d558a3cdb6..275f19dc927 100644
17 --- a/net-misc/netifrc/netifrc-0.5.1.ebuild
18 +++ b/net-misc/netifrc/netifrc-0.5.1.ebuild
19 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
20 inherit git-r3
21 else
22 SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"
23 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
24 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
25 fi
26
27 LICENSE="BSD-2"