diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-02-19 20:13:28 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-02-19 20:25:56 +0100 |
commit | 88d9e7495350dd139a4723f2da132ad415645cc3 (patch) | |
tree | ef1b90ba9b213e28e0731d39a7c5efee71a96b7d /dev-ruby | |
parent | dev-ruby/systemu: add ruby25 (diff) | |
download | gentoo-88d9e7495350dd139a4723f2da132ad415645cc3.tar.gz gentoo-88d9e7495350dd139a4723f2da132ad415645cc3.tar.bz2 gentoo-88d9e7495350dd139a4723f2da132ad415645cc3.zip |
dev-ruby/text-hyphen: add ruby24, ruby25
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild index 944872608d10..78164eece2a6 100644 --- a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild +++ b/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild @@ -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 |