Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fast_xs/
Date: Fri, 01 Feb 2019 08:41:58
Message-Id: 1549008430.0f1160893993432f3c9258c45b905a5182379302.graaff@gentoo
1 commit: 0f1160893993432f3c9258c45b905a5182379302
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 1 08:07:10 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 1 08:07:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f116089
7
8 dev-ruby/fast_xs: add ruby26
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild | 9 +++------
14 1 file changed, 3 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
17 index ebdb7672146..1f051c86dce 100644
18 --- a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
19 +++ b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 -USE_RUBY="ruby23 ruby24 ruby25"
28 +USE_RUBY="ruby23 ruby24 ruby25 ruby26"
29
30 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
31 RUBY_FAKEGEM_DOCDIR="doc"
32 @@ -20,10 +20,7 @@ SLOT="0"
33 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x64-macos ~x64-solaris ~x86-solaris"
34 IUSE=""
35
36 -ruby_add_bdepend "test? (
37 - >=dev-ruby/hoe-2.3.2
38 - dev-ruby/rack
39 -)"
40 +ruby_add_bdepend "test? ( dev-ruby/rack )"
41
42 RUBY_PATCHES=( "${P}+ruby-1.9.patch" )