>>> Source unpacked in /var/tmp/portage/dev-ruby/hoe-2.12.5/work >>> Preparing source in /var/tmp/portage/dev-ruby/hoe-2.12.5/work ... * Running prepare phase for all ... * Running source copy phase for ruby18 ... * Running source copy phase for ruby19 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-ruby/hoe-2.12.5/work ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-ruby/hoe-2.12.5/work ... * Running compile phase for all ... >>> Source compiled. * Running test phase for ruby18 ... (in /var/tmp/portage/dev-ruby/hoe-2.12.5/work/ruby18/hoe-2.12.5) #<Gem::LoadError: Could not find rdoc (>= 0) amongst [json-1.5.4, minitest-2.8.1, racc-1.4.6, rake-0.8.7, rubyforge-2.0.4]> rake aborted! uninitialized constant Hoe::Publish::RDoc /var/tmp/portage/dev-ruby/hoe-2.12.5/work/ruby18/hoe-2.12.5/Rakefile:8 (See full trace by running task with --trace) * ERROR: dev-ruby/hoe-2.12.5 failed (test phase): * tests failed
Fixed by adding the dev-ruby/rdoc dependency also for testing. Thanks for the report.