dev-ruby/fast_xs: add ruby26
authorHans de Graaff <graaff@gentoo.org>
Fri, 1 Feb 2019 08:07:10 +0000 (09:07 +0100)
committerHans de Graaff <graaff@gentoo.org>
Fri, 1 Feb 2019 08:07:10 +0000 (09:07 +0100)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-ruby/fast_xs/fast_xs-0.8.0-r2.ebuild

index ebdb7672146f6a5e1eeec0299813e97d9bf4995b..1f051c86dce3b364f3f1d624eb4518e2ed4bc19a 100644 (file)
@@ -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" )