summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild b/dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild
index 798c44fc5aa2..d2cc03ac3aea 100644
--- a/dev-ruby/rkelly-remix/rkelly-remix-0.0.7.ebuild
+++ b/dev-ruby/rkelly-remix/rkelly-remix-0.0.7.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="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
}