diff options
author | Peter Wilmott <p@p8952.info> | 2014-05-14 21:13:17 +0100 |
---|---|---|
committer | Peter Wilmott <p@p8952.info> | 2014-05-14 21:13:17 +0100 |
commit | cd0f545af75e47775d0cefc2352035d4f030af55 (patch) | |
tree | e103d8581f8f5afd40e19057c777f5324c60cb01 | |
parent | dev-ruby/rubytest-cli: Drop jruby targets due to test failures (diff) | |
download | ruby-overlay-cd0f545af75e47775d0cefc2352035d4f030af55.tar.gz ruby-overlay-cd0f545af75e47775d0cefc2352035d4f030af55.tar.bz2 ruby-overlay-cd0f545af75e47775d0cefc2352035d4f030af55.zip |
dev-ruby/rubytest: Drop jruby targets due to test failures
Package-Manager: portage-2.2.8-r1
-rw-r--r-- | dev-ruby/rubytest/ChangeLog | 3 | ||||
-rw-r--r-- | dev-ruby/rubytest/rubytest-0.7.0.ebuild | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/rubytest/ChangeLog b/dev-ruby/rubytest/ChangeLog index 0c99367..fb9d180 100644 --- a/dev-ruby/rubytest/ChangeLog +++ b/dev-ruby/rubytest/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ 14 May 2014; Peter Wilmott <p8952@gentoo.org> rubytest-0.7.0.ebuild: + dev-ruby/rubytest: Drop jruby targets due to test failures + + 14 May 2014; Peter Wilmott <p8952@gentoo.org> rubytest-0.7.0.ebuild: dev-ruby/rubytest: Add ruby20, ruby21, and jruby targets *rubytest-0.7.0 (11 May 2014) diff --git a/dev-ruby/rubytest/rubytest-0.7.0.ebuild b/dev-ruby/rubytest/rubytest-0.7.0.ebuild index 56d949f..f58014f 100644 --- a/dev-ruby/rubytest/rubytest-0.7.0.ebuild +++ b/dev-ruby/rubytest/rubytest-0.7.0.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_RECIPE_DOC="yard" |