dev-ruby/rkelly-remix: add ruby26
authorHans de Graaff <graaff@gentoo.org>
Sat, 26 Jan 2019 16:44:33 +0000 (17:44 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sat, 26 Jan 2019 16:45:11 +0000 (17:45 +0100)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild

index 798c44fc5aa2a410de76771f3988bb237172bd86..d2cc03ac3aea67405274894fe134fe8008b73fba 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="ruby22 ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 
@@ -17,8 +17,6 @@ KEYWORDS="~amd64 ~arm ~x86"
 SLOT="0"
 IUSE="doc"
 
-ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/rdoc )"
-
 each_ruby_test() {
        ${RUBY} -S testrb-2 -Ilib:. test/test_*.rb test/*/test_*.rb || die
 }