Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf/
Date: Sat, 04 May 2019 17:28:19
Message-Id: 1556990888.ffcf56176b22d260dcb97129497b145278ad4e00.zlogene@gentoo
1 commit: ffcf56176b22d260dcb97129497b145278ad4e00
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 17:25:57 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat May 4 17:28:08 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcf5617
7
8 sys-devel/autoconf: 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 sys-devel/autoconf/autoconf-2.13-r1.ebuild | 4 ++--
14 sys-devel/autoconf/autoconf-2.64-r1.ebuild | 4 ++--
15 sys-devel/autoconf/autoconf-2.69-r4.ebuild | 4 ++--
16 sys-devel/autoconf/autoconf-9999.ebuild | 4 ++--
17 4 files changed, 8 insertions(+), 8 deletions(-)
18
19 diff --git a/sys-devel/autoconf/autoconf-2.13-r1.ebuild b/sys-devel/autoconf/autoconf-2.13-r1.ebuild
20 index a908a4d5d6f..5b2a5e4cba3 100644
21 --- a/sys-devel/autoconf/autoconf-2.13-r1.ebuild
22 +++ b/sys-devel/autoconf/autoconf-2.13-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Authors
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
30
31 LICENSE="GPL-2"
32 SLOT="${PV:0:3}"
33 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
34 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
35 IUSE="userland_BSD"
36
37 DEPEND=">=sys-apps/texinfo-4.3
38
39 diff --git a/sys-devel/autoconf/autoconf-2.64-r1.ebuild b/sys-devel/autoconf/autoconf-2.64-r1.ebuild
40 index f5e7f1703a2..e02c4244778 100644
41 --- a/sys-devel/autoconf/autoconf-2.64-r1.ebuild
42 +++ b/sys-devel/autoconf/autoconf-2.64-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Authors
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
50
51 LICENSE="GPL-2"
52 SLOT="${PV}"
53 -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
54 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~x86-fbsd"
55 IUSE=""
56
57 DEPEND=">=sys-devel/m4-1.4.6
58
59 diff --git a/sys-devel/autoconf/autoconf-2.69-r4.ebuild b/sys-devel/autoconf/autoconf-2.69-r4.ebuild
60 index 744c19721aa..ea60fe3c096 100644
61 --- a/sys-devel/autoconf/autoconf-2.69-r4.ebuild
62 +++ b/sys-devel/autoconf/autoconf-2.69-r4.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2018 Gentoo Foundation
65 +# Copyright 1999-2019 Gentoo Authors
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=6
69 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
70 else
71 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
72 ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz"
73 - KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
74 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
75 fi
76
77 inherit toolchain-autoconf
78
79 diff --git a/sys-devel/autoconf/autoconf-9999.ebuild b/sys-devel/autoconf/autoconf-9999.ebuild
80 index d74d66b65b2..ba8369fc077 100644
81 --- a/sys-devel/autoconf/autoconf-9999.ebuild
82 +++ b/sys-devel/autoconf/autoconf-9999.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2018 Gentoo Foundation
85 +# Copyright 1999-2019 Gentoo Authors
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=6
89 @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
90 else
91 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz
92 ftp://alpha.gnu.org/pub/gnu/${PN}/${P}.tar.xz"
93 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
94 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
95 fi
96
97 inherit toolchain-autoconf