summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-11-25 11:43:18 +0100
committerHans de Graaff <graaff@gentoo.org>2016-11-25 11:43:18 +0100
commitb5ae252a4d3a5bd5a6915106f93cba6d13f200fe (patch)
treefe517fff95fd8be52462a934ba3f0b35a9115f2e /dev-ruby/test-unit
parentdev-ruby/coderay: drop stable ia64, sparc keywords, bug 576630 (diff)
downloadgentoo-b5ae252a4d3a5bd5a6915106f93cba6d13f200fe.tar.gz
gentoo-b5ae252a4d3a5bd5a6915106f93cba6d13f200fe.tar.bz2
gentoo-b5ae252a4d3a5bd5a6915106f93cba6d13f200fe.zip
dev-ruby/test-unit: drop redcloth dependency altogether since it is no effective for ruby21 and ruby20 will be dropped
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ruby/test-unit')
-rw-r--r--dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild b/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
index ee8ca25bc228..7d1a58fd8164 100644
--- a/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
+++ b/dev-ruby/test-unit/test-unit-2.5.5-r2.ebuild
@@ -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/"