dev-ruby/test-unit: drop redcloth dependency altogether since it is no effective...
authorHans de Graaff <graaff@gentoo.org>
Fri, 25 Nov 2016 10:43:18 +0000 (11:43 +0100)
committerHans de Graaff <graaff@gentoo.org>
Fri, 25 Nov 2016 10:43:18 +0000 (11:43 +0100)
Package-Manager: portage-2.3.0

dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild

index ee8ca25bc228294dd9827c2b54ed2eff25c111a4..7d1a58fd8164f283949af101b3881bf16965799c 100644 (file)
@@ -16,11 +16,6 @@ inherit ruby-fakegem
 # bootstrapping ruby21 won't be possible due to the yard dependency
 # tree.
 USE_RUBY="${USE_RUBY/ruby21/}" ruby_add_bdepend "doc? ( dev-ruby/yard )"
-# redcloth is also needed to build documentation, but not available for
-# jruby. Since we build documentation with the main ruby implementation
-# only we skip the dependency for jruby in this roundabout way, assuming
-# that jruby won't be the main ruby.
-USE_RUBY="${USE_RUBY/ruby21/}" ruby_add_bdepend "doc? ( dev-ruby/redcloth )"
 
 DESCRIPTION="An improved version of the Test::Unit framework from Ruby 1.8"
 HOMEPAGE="http://test-unit.rubyforge.org/"