diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-05-07 11:34:39 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-05-07 11:44:26 +0200 |
commit | 9514cfb7cbf10dab1ad1c32a837af1ba348cc001 (patch) | |
tree | 59afe4fc26da546fa5b5117b991c4fdec1267107 /dev-ruby/addressable | |
parent | dev-ruby/public_suffix: add ruby24 (diff) | |
download | gentoo-9514cfb7cbf10dab1ad1c32a837af1ba348cc001.tar.gz gentoo-9514cfb7cbf10dab1ad1c32a837af1ba348cc001.tar.bz2 gentoo-9514cfb7cbf10dab1ad1c32a837af1ba348cc001.zip |
dev-ruby/addressable: add ruby24
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-ruby/addressable')
-rw-r--r-- | dev-ruby/addressable/addressable-2.5.1.ebuild | 6 |
1 files 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 8c0dbbde4cea..33f4671da858 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() { |