diff --git a/dev-ruby/rake/rake-0.9.6-r1.ebuild b/dev-ruby/rake/rake-0.9.6-r1.ebuild index 4d3fa36e44b8a..a5f937717f03a 100644 --- a/dev-ruby/rake/rake-0.9.6-r1.ebuild +++ b/dev-ruby/rake/rake-0.9.6-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21" +USE_RUBY="ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO" @@ -45,7 +45,7 @@ all_ruby_compile() { } each_ruby_test() { - ${RUBY} -S testrb test/test_*.rb || die + ${RUBY} -S testrb-2 test/test_*.rb || die } all_ruby_install() {