commit: 0f1160893993432f3c9258c45b905a5182379302
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 1 08:07:10 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 1 08:07:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f116089
dev-ruby/fast_xs: add ruby26
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
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
index ebdb7672146..1f051c86dce 100644
--- a/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
+++ b/dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_DOCDIR="doc"
@@ -20,10 +20,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd
~x64-macos ~x64-solaris ~x86-solaris"
IUSE=""
-ruby_add_bdepend "test? (
- >=dev-ruby/hoe-2.3.2
- dev-ruby/rack
-)"
+ruby_add_bdepend "test? ( dev-ruby/rack )"
RUBY_PATCHES=( "${P}+ruby-1.9.patch" )