dev-ruby/hpricot: add explicit rdoc build dependency
authorHans de Graaff <graaff@gentoo.org>
Fri, 5 Aug 2016 07:27:52 +0000 (09:27 +0200)
committerHans de Graaff <graaff@gentoo.org>
Fri, 5 Aug 2016 08:16:28 +0000 (10:16 +0200)
dev-ruby/rdoc is needed by the build system. Make this dependency
explicit to avoid potential problems when bootstrapping on a system
without ruby installed.

Fixes bug 590184

Package-Manager: portage-2.2.28

dev-ruby/hpricot/hpricot-0.8.6-r5.ebuild

index c4adaa7666c18d1973f46674b9499da088add2cb..449a73494aa29506b485656ccff34349ef245476 100644 (file)
@@ -20,6 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd6
 IUSE=""
 
 ruby_add_bdepend "dev-ruby/rake
+       dev-ruby/rdoc
        dev-ruby/rake-compiler"
 
 ruby_add_rdepend "dev-ruby/fast_xs"