Skip to content

Commit

Permalink
dev-ruby/test-unit: drop redcloth dependency altogether since it is n…
Browse files Browse the repository at this point in the history
…o effective for ruby21 and ruby20 will be dropped

Package-Manager: portage-2.3.0
  • Loading branch information
graaff committed Nov 25, 2016
1 parent 170b294 commit b5ae252
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit b5ae252

Please sign in to comment.