Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netifrc/
Date: Mon, 05 Dec 2016 22:54:09
Message-Id: 1480978413.07176c37338e4bbbf5d6ed780479485453678aa4.klausman@gentoo
1 commit: 07176c37338e4bbbf5d6ed780479485453678aa4
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 17:28:54 2016 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 22:53:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07176c37
7
8 net-misc/netifrc-0.5.1-r0: stable on alpha
9
10 Gentoo-Bug: 591826
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 6640e57..1cbf5d6 100644
17 --- a/net-misc/netifrc/netifrc-0.5.1.ebuild
18 +++ b/net-misc/netifrc/netifrc-0.5.1.ebuild
19 @@ -15,7 +15,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 ~sparc-fbsd ~x86-fbsd"
24 + KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
25 fi
26
27 LICENSE="BSD-2"