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-lang/ruby/
Date: Wed, 08 Mar 2017 23:39:50
Message-Id: 1489016336.8567a09cedd5ec9961f8324c48c73bca6b9f6a11.xmw@gentoo
1 commit: 8567a09cedd5ec9961f8324c48c73bca6b9f6a11
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 8 23:09:43 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 8 23:38:56 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8567a09c
7
8 dev-lang/ruby: add ~arm64 keyword.
9
10 Package-Manager: Portage-2.3.4, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm64"
12
13 dev-lang/ruby/ruby-2.1.10.ebuild | 4 ++--
14 dev-lang/ruby/ruby-2.2.5.ebuild | 4 ++--
15 dev-lang/ruby/ruby-2.2.6.ebuild | 4 ++--
16 dev-lang/ruby/ruby-2.3.1.ebuild | 4 ++--
17 dev-lang/ruby/ruby-2.3.2.ebuild | 4 ++--
18 dev-lang/ruby/ruby-2.3.3-r1.ebuild | 4 ++--
19 dev-lang/ruby/ruby-2.3.3.ebuild | 4 ++--
20 dev-lang/ruby/ruby-2.4.0.ebuild | 4 ++--
21 8 files changed, 16 insertions(+), 16 deletions(-)
22
23 diff --git a/dev-lang/ruby/ruby-2.1.10.ebuild b/dev-lang/ruby/ruby-2.1.10.ebuild
24 index 32414024fd9..b8599122f9d 100644
25 --- a/dev-lang/ruby/ruby-2.1.10.ebuild
26 +++ b/dev-lang/ruby/ruby-2.1.10.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2016 Gentoo Foundation
29 +# Copyright 1999-2017 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=5
33 @@ -33,7 +33,7 @@ SRC_URI="mirror://ruby/2.1/${MY_P}.tar.xz
34 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
35
36 LICENSE="|| ( Ruby-BSD BSD-2 )"
37 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
38 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
39 IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl tk xemacs ncurses +readline"
40
41 RDEPEND="
42
43 diff --git a/dev-lang/ruby/ruby-2.2.5.ebuild b/dev-lang/ruby/ruby-2.2.5.ebuild
44 index ad0423ce74a..815d51d8551 100644
45 --- a/dev-lang/ruby/ruby-2.2.5.ebuild
46 +++ b/dev-lang/ruby/ruby-2.2.5.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=5
53 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
54 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
55
56 LICENSE="|| ( Ruby-BSD BSD-2 )"
57 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
58 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
59 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline"
60
61 RDEPEND="
62
63 diff --git a/dev-lang/ruby/ruby-2.2.6.ebuild b/dev-lang/ruby/ruby-2.2.6.ebuild
64 index ad0423ce74a..815d51d8551 100644
65 --- a/dev-lang/ruby/ruby-2.2.6.ebuild
66 +++ b/dev-lang/ruby/ruby-2.2.6.ebuild
67 @@ -1,4 +1,4 @@
68 -# Copyright 1999-2016 Gentoo Foundation
69 +# Copyright 1999-2017 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71
72 EAPI=5
73 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/2.2/${MY_P}.tar.xz
74 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
75
76 LICENSE="|| ( Ruby-BSD BSD-2 )"
77 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
78 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
79 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline"
80
81 RDEPEND="
82
83 diff --git a/dev-lang/ruby/ruby-2.3.1.ebuild b/dev-lang/ruby/ruby-2.3.1.ebuild
84 index ec4d45d6e1b..e35d652a2a5 100644
85 --- a/dev-lang/ruby/ruby-2.3.1.ebuild
86 +++ b/dev-lang/ruby/ruby-2.3.1.ebuild
87 @@ -1,4 +1,4 @@
88 -# Copyright 1999-2016 Gentoo Foundation
89 +# Copyright 1999-2017 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91
92 EAPI=5
93 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz
94 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
95
96 LICENSE="|| ( Ruby-BSD BSD-2 )"
97 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
98 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
99 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline"
100
101 RDEPEND="
102
103 diff --git a/dev-lang/ruby/ruby-2.3.2.ebuild b/dev-lang/ruby/ruby-2.3.2.ebuild
104 index ec4d45d6e1b..e35d652a2a5 100644
105 --- a/dev-lang/ruby/ruby-2.3.2.ebuild
106 +++ b/dev-lang/ruby/ruby-2.3.2.ebuild
107 @@ -1,4 +1,4 @@
108 -# Copyright 1999-2016 Gentoo Foundation
109 +# Copyright 1999-2017 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111
112 EAPI=5
113 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz
114 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
115
116 LICENSE="|| ( Ruby-BSD BSD-2 )"
117 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
118 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
119 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline"
120
121 RDEPEND="
122
123 diff --git a/dev-lang/ruby/ruby-2.3.3-r1.ebuild b/dev-lang/ruby/ruby-2.3.3-r1.ebuild
124 index 7cbcfcae71b..cb9bbb4e590 100644
125 --- a/dev-lang/ruby/ruby-2.3.3-r1.ebuild
126 +++ b/dev-lang/ruby/ruby-2.3.3-r1.ebuild
127 @@ -1,4 +1,4 @@
128 -# Copyright 1999-2016 Gentoo Foundation
129 +# Copyright 1999-2017 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131
132 EAPI=5
133 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz
134 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
135
136 LICENSE="|| ( Ruby-BSD BSD-2 )"
137 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
138 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
139 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline"
140
141 RDEPEND="
142
143 diff --git a/dev-lang/ruby/ruby-2.3.3.ebuild b/dev-lang/ruby/ruby-2.3.3.ebuild
144 index ec4d45d6e1b..e35d652a2a5 100644
145 --- a/dev-lang/ruby/ruby-2.3.3.ebuild
146 +++ b/dev-lang/ruby/ruby-2.3.3.ebuild
147 @@ -1,4 +1,4 @@
148 -# Copyright 1999-2016 Gentoo Foundation
149 +# Copyright 1999-2017 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151
152 EAPI=5
153 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz
154 https://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
155
156 LICENSE="|| ( Ruby-BSD BSD-2 )"
157 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
158 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
159 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs ncurses +readline"
160
161 RDEPEND="
162
163 diff --git a/dev-lang/ruby/ruby-2.4.0.ebuild b/dev-lang/ruby/ruby-2.4.0.ebuild
164 index e193b8fdf28..c922fd97df2 100644
165 --- a/dev-lang/ruby/ruby-2.4.0.ebuild
166 +++ b/dev-lang/ruby/ruby-2.4.0.ebuild
167 @@ -1,4 +1,4 @@
168 -# Copyright 1999-2016 Gentoo Foundation
169 +# Copyright 1999-2017 Gentoo Foundation
170 # Distributed under the terms of the GNU General Public License v2
171
172 EAPI=6
173 @@ -30,7 +30,7 @@ SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.xz
174 https://dev.gentoo.org/~graaff/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
175
176 LICENSE="|| ( Ruby-BSD BSD-2 )"
177 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
178 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
179 IUSE="berkdb debug doc examples gdbm ipv6 jemalloc libressl +rdoc rubytests socks5 ssl tk xemacs"
180
181 RDEPEND="