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: Sat, 04 May 2019 14:44:43
Message-Id: 1556981075.d83fba53d92ebda85366fff5808e38fe3c748439.zlogene@gentoo
1 commit: d83fba53d92ebda85366fff5808e38fe3c748439
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 14:44:19 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 14:44:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83fba53
7
8 net-misc/netifrc: Add ~riscv keyword
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 net-misc/netifrc/netifrc-0.5.1.ebuild | 4 ++--
14 net-misc/netifrc/netifrc-0.6.0.ebuild | 4 ++--
15 net-misc/netifrc/netifrc-0.6.1.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/net-misc/netifrc/netifrc-0.5.1.ebuild b/net-misc/netifrc/netifrc-0.5.1.ebuild
19 index 275f19dc927..a653bab00d2 100644
20 --- a/net-misc/netifrc/netifrc-0.5.1.ebuild
21 +++ b/net-misc/netifrc/netifrc-0.5.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
29 inherit git-r3
30 else
31 SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"
32 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
33 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd"
34 fi
35
36 LICENSE="BSD-2"
37
38 diff --git a/net-misc/netifrc/netifrc-0.6.0.ebuild b/net-misc/netifrc/netifrc-0.6.0.ebuild
39 index ccf27f251b5..ea0bb835f87 100644
40 --- a/net-misc/netifrc/netifrc-0.6.0.ebuild
41 +++ b/net-misc/netifrc/netifrc-0.6.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
49 inherit git-r3
50 else
51 SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2"
52 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
53 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
54 fi
55
56 LICENSE="BSD-2"
57
58 diff --git a/net-misc/netifrc/netifrc-0.6.1.ebuild b/net-misc/netifrc/netifrc-0.6.1.ebuild
59 index a331f4480a9..d9e3257be44 100644
60 --- a/net-misc/netifrc/netifrc-0.6.1.ebuild
61 +++ b/net-misc/netifrc/netifrc-0.6.1.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2018 Gentoo Foundation
64 +# Copyright 1999-2019 Gentoo Authors
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI=5
68 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
69 inherit git-r3
70 else
71 SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz"
72 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
73 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
74 fi
75
76 LICENSE="BSD-2"