diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2016-03-23 12:15:03 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2016-03-23 12:15:21 -0400 |
commit | fe31f42376313b62e4f4358f0179722a4c79507e (patch) | |
tree | 76428890e3951b9e9320ff33fe1753b6691e2d79 /dev-ruby/thor | |
parent | dev-util/ltrace: mark 0.5.3.1 alpha stable (diff) | |
download | gentoo-fe31f42376313b62e4f4358f0179722a4c79507e.tar.gz gentoo-fe31f42376313b62e4f4358f0179722a4c79507e.tar.bz2 gentoo-fe31f42376313b62e4f4358f0179722a4c79507e.zip |
dev-ruby/thor: support for ruby23
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-ruby/thor')
-rw-r--r-- | dev-ruby/thor/thor-0.19.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-ruby/thor/thor-0.19.1.ebuild b/dev-ruby/thor/thor-0.19.1.ebuild index 49bbfdedfb86..622766bf277a 100644 --- a/dev-ruby/thor/thor-0.19.1.ebuild +++ b/dev-ruby/thor/thor-0.19.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -52,6 +52,9 @@ all_ruby_prepare() { each_ruby_test() { case ${RUBY} in + *ruby23) + einfo "Skipping tests due to circular dependencies" + ;; *ruby22) einfo "Skipping tests due to circular dependencies" ;; |