diff options
author | Anthony Ryan <anthonyryan1@gmail.com> | 2016-04-18 02:23:40 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-10 11:16:20 +0000 |
commit | caf5fada5cdcee580266f34e0cea2334aa15df4d (patch) | |
tree | 9b46ddab6c0af445d44a563793621fbdca422dfa /dev-ruby/hoe | |
parent | app-editors/atom: Switch to using dev-util/electron, recompile binaries and u... (diff) | |
download | gentoo-caf5fada5cdcee580266f34e0cea2334aa15df4d.tar.gz gentoo-caf5fada5cdcee580266f34e0cea2334aa15df4d.tar.bz2 gentoo-caf5fada5cdcee580266f34e0cea2334aa15df4d.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby/hoe')
-rw-r--r-- | dev-ruby/hoe/hoe-3.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/hoe/hoe-3.14.1.ebuild b/dev-ruby/hoe/hoe-3.14.1.ebuild index 6181563bd7ba..ead60bb79c57 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" |