projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e3d3b
)
dev-ruby/hoe: rdoc dep fix.
author
Robin H. Johnson
<robbat2@gentoo.org>
Wed, 11 Oct 2017 21:24:21 +0000
(14:24 -0700)
committer
Robin 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
patch
|
blob
|
history
diff --git
a/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
b/dev-ruby/hoe/hoe-3.13.0-r1.ebuild
index 01fa52381950a6818f7850eb85691eaf1838f23d..10657938c0cff14344dab500eb0b4e6497712f27 100644
(file)
--- a/
dev-ruby/hoe/hoe-3.13.0-r1.ebuild
+++ b/
dev-ruby/hoe/hoe-3.13.0-r1.ebuild
@@
-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() {