commit: 9514cfb7cbf10dab1ad1c32a837af1ba348cc001
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May 7 09:34:39 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May 7 09:44:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9514cfb7
dev-ruby/addressable: add ruby24
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-ruby/addressable/addressable-2.5.1.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dev-ruby/addressable/addressable-2.5.1.ebuild
b/dev-ruby/addressable/addressable-2.5.1.ebuild
index 8c0dbbde4ce..33f4671da85 100644
--- a/dev-ruby/addressable/addressable-2.5.1.ebuild
+++ b/dev-ruby/addressable/addressable-2.5.1.ebuild
@@ -2,12 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-RUBY_FAKEGEM_TASK_DOC="doc:yard"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RAKE_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
RUBY_FAKEGEM_EXTRAINSTALL="data"
@@ -25,7 +24,6 @@ IUSE="doc test"
ruby_add_rdepend ">=dev-ruby/public_suffix-2.0.2:2"
-ruby_add_bdepend "doc? ( dev-ruby/yard )"
ruby_add_bdepend "test? ( dev-ruby/rspec-its )"
all_ruby_prepare() {