commit: fe31f42376313b62e4f4358f0179722a4c79507e
Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 16:15:03 2016 +0000
Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 16:15:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe31f423
dev-ruby/thor: support for ruby23
Package-Manager: portage-2.2.28
dev-ruby/thor/thor-0.19.1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-ruby/thor/thor-0.19.1.ebuild b/dev-ruby/thor/thor-0.19.1.ebuild
index 49bbfde..622766b 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"
;;