dev-ruby/text-hyphen: add ruby24, ruby25
authorHans de Graaff <graaff@gentoo.org>
Mon, 19 Feb 2018 19:13:28 +0000 (20:13 +0100)
committerHans de Graaff <graaff@gentoo.org>
Mon, 19 Feb 2018 19:25:56 +0000 (20:25 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild

index 944872608d103d805056a52e52494193e7eeb2e9..78164eece2a68840e53d72c16a5fd04b5b20e4e2 100644 (file)
@@ -1,12 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
 
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
 
 inherit ruby-fakegem
@@ -20,9 +19,6 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~pp
 IUSE=""
 
 ruby_add_bdepend "
-       doc? (
-               >=dev-ruby/hoe-2.8.0
-       )
        test? (
                >=dev-ruby/hoe-2.8.0
                dev-ruby/test-unit:2