dev-ruby/ruby-hmac: add ruby24
authorHans de Graaff <graaff@gentoo.org>
Mon, 31 Jul 2017 05:23:29 +0000 (07:23 +0200)
committerHans de Graaff <graaff@gentoo.org>
Mon, 31 Jul 2017 05:31:23 +0000 (07:31 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-ruby/ruby-hmac/ruby-hmac-0.4.0-r1.ebuild

index 9083051f931a8c2b763ec93468a10a284c209c45..328949746fcf65263cdaa3bd9356fac0b1781297 100644 (file)
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
 
-RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
 
 inherit ruby-fakegem
@@ -18,5 +18,4 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 ruby_add_bdepend "
-       doc? ( >=dev-ruby/hoe-2.5.0 )
        test? ( >=dev-ruby/hoe-2.5.0 )"