Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rdoc/
Date: Wed, 08 Mar 2017 23:39:44
Message-Id: 1489016334.05cd01fe2f4fae29f7b636eae8c5f9b4640142b8.xmw@gentoo
1 commit: 05cd01fe2f4fae29f7b636eae8c5f9b4640142b8
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 8 22:52:41 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 8 23:38:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cd01fe
7
8 dev-ruby/rdoc: add ~arm64 keyword.
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm64"
12
13 dev-ruby/rdoc/rdoc-4.2.2.ebuild | 4 ++--
14 dev-ruby/rdoc/rdoc-4.3.0.ebuild | 4 ++--
15 dev-ruby/rdoc/rdoc-5.0.0-r1.ebuild | 4 ++--
16 dev-ruby/rdoc/rdoc-5.0.0-r2.ebuild | 4 ++--
17 dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild | 2 +-
18 dev-ruby/rdoc/rdoc-5.0.0.ebuild | 4 ++--
19 dev-ruby/rdoc/rdoc-5.1.0.ebuild | 2 +-
20 7 files changed, 12 insertions(+), 12 deletions(-)
21
22 diff --git a/dev-ruby/rdoc/rdoc-4.2.2.ebuild b/dev-ruby/rdoc/rdoc-4.2.2.ebuild
23 index e723779c333..a2495d1b5ef 100644
24 --- a/dev-ruby/rdoc/rdoc-4.2.2.ebuild
25 +++ b/dev-ruby/rdoc/rdoc-4.2.2.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2016 Gentoo Foundation
28 +# Copyright 1999-2017 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=5
32 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/"
33
34 LICENSE="Ruby MIT"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 IUSE=""
39
40 ruby_add_bdepend "
41
42 diff --git a/dev-ruby/rdoc/rdoc-4.3.0.ebuild b/dev-ruby/rdoc/rdoc-4.3.0.ebuild
43 index e723779c333..a2495d1b5ef 100644
44 --- a/dev-ruby/rdoc/rdoc-4.3.0.ebuild
45 +++ b/dev-ruby/rdoc/rdoc-4.3.0.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2016 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=5
52 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/"
53
54 LICENSE="Ruby MIT"
55 SLOT="0"
56 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
57 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
58 IUSE=""
59
60 ruby_add_bdepend "
61
62 diff --git a/dev-ruby/rdoc/rdoc-5.0.0-r1.ebuild b/dev-ruby/rdoc/rdoc-5.0.0-r1.ebuild
63 index 07f9a98be4d..96041407a94 100644
64 --- a/dev-ruby/rdoc/rdoc-5.0.0-r1.ebuild
65 +++ b/dev-ruby/rdoc/rdoc-5.0.0-r1.ebuild
66 @@ -1,4 +1,4 @@
67 -# Copyright 1999-2016 Gentoo Foundation
68 +# Copyright 1999-2017 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70
71 EAPI=5
72 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/"
73 SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
74
75 LICENSE="Ruby MIT"
76 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
77 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
78 SLOT="0"
79 IUSE=""
80
81
82 diff --git a/dev-ruby/rdoc/rdoc-5.0.0-r2.ebuild b/dev-ruby/rdoc/rdoc-5.0.0-r2.ebuild
83 index d281308f27f..d72d1e94580 100644
84 --- a/dev-ruby/rdoc/rdoc-5.0.0-r2.ebuild
85 +++ b/dev-ruby/rdoc/rdoc-5.0.0-r2.ebuild
86 @@ -1,4 +1,4 @@
87 -# Copyright 1999-2016 Gentoo Foundation
88 +# Copyright 1999-2017 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90
91 EAPI=5
92 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/"
93 SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
94
95 LICENSE="Ruby MIT"
96 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
97 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
98 SLOT="0"
99 IUSE=""
100
101
102 diff --git a/dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild b/dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild
103 index cd4b0446d55..8d314c60849 100644
104 --- a/dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild
105 +++ b/dev-ruby/rdoc/rdoc-5.0.0-r3.ebuild
106 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/"
107 SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
108
109 LICENSE="Ruby MIT"
110 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
111 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
112 SLOT="0"
113 IUSE=""
114
115
116 diff --git a/dev-ruby/rdoc/rdoc-5.0.0.ebuild b/dev-ruby/rdoc/rdoc-5.0.0.ebuild
117 index fd9165df1f1..57594c169ff 100644
118 --- a/dev-ruby/rdoc/rdoc-5.0.0.ebuild
119 +++ b/dev-ruby/rdoc/rdoc-5.0.0.ebuild
120 @@ -1,4 +1,4 @@
121 -# Copyright 1999-2016 Gentoo Foundation
122 +# Copyright 1999-2017 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124
125 EAPI=5
126 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
127
128 LICENSE="Ruby MIT"
129 SLOT="0"
130 -KEYWORDS="~amd64"
131 +KEYWORDS="~amd64 ~arm64"
132 IUSE=""
133
134 ruby_add_bdepend "
135
136 diff --git a/dev-ruby/rdoc/rdoc-5.1.0.ebuild b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
137 index cd4b0446d55..8d314c60849 100644
138 --- a/dev-ruby/rdoc/rdoc-5.1.0.ebuild
139 +++ b/dev-ruby/rdoc/rdoc-5.1.0.ebuild
140 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rdoc/rdoc/"
141 SRC_URI="https://github.com/rdoc/rdoc/archive/v${PV}.tar.gz -> ${P}.tar.gz"
142
143 LICENSE="Ruby MIT"
144 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
145 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
146 SLOT="0"
147 IUSE=""