commit: caf5fada5cdcee580266f34e0cea2334aa15df4d Author: Anthony Ryan <anthonyryan1 <AT> gmail <DOT> com> AuthorDate: Mon Apr 18 06:23:40 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue May 10 11:16:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caf5fada
dev-ruby/hoe: Move rdoc to DEPEND since it's called by the ebuild Closes: https://github.com/gentoo/gentoo/pull/1294 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> dev-ruby/hoe/hoe-3.14.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/hoe/hoe-3.14.1.ebuild b/dev-ruby/hoe/hoe-3.14.1.ebuild index 6181563..ead60bb 100644 --- a/dev-ruby/hoe/hoe-3.14.1.ebuild +++ b/dev-ruby/hoe/hoe-3.14.1.ebuild @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" -ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.5:5 )" +ruby_add_bdepend "test? ( >=dev-ruby/minitest-5.5:5 ) >=dev-ruby/rdoc-4.0" ruby_add_rdepend ">=dev-ruby/rake-0.8.7 >=dev-ruby/rdoc-4.0"
