dev-ruby/hoe: rdoc dep fix.
authorRobin H. Johnson <robbat2@gentoo.org>
Wed, 11 Oct 2017 21:24:21 +0000 (14:24 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Wed, 11 Oct 2017 21:24:53 +0000 (14:24 -0700)
Bug: https://bugs.gentoo.org/618528
Package-Manager: Portage-2.3.8, Repoman-2.3.3

dev-ruby/hoe/hoe-3.13.0-r1.ebuild

index 01fa52381950a6818f7850eb85691eaf1838f23d..10657938c0cff14344dab500eb0b4e6497712f27 100644 (file)
@@ -23,6 +23,7 @@ IUSE=""
 
 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.3:5 )"
 
+ruby_add_bdepend ">=dev-ruby/rdoc-4.0" # Needed for rdoc call in compile, RDEPEND could have it merged too late.
 ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rdoc-4.0"
 
 all_ruby_prepare() {