diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-06-04 07:46:43 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-06-04 07:47:29 +0200 |
commit | e1bea5c0ee34b79640c479cef807373cd2aae8f3 (patch) | |
tree | 59c2978bbb1fea2a43c1994ee37e92968144d0aa /dev-ruby/thor/thor-1.2.1.ebuild | |
parent | dev-ruby/rack: add missing patch (diff) | |
download | gentoo-e1bea5c0ee34b79640c479cef807373cd2aae8f3.tar.gz gentoo-e1bea5c0ee34b79640c479cef807373cd2aae8f3.tar.bz2 gentoo-e1bea5c0ee34b79640c479cef807373cd2aae8f3.zip |
dev-ruby/thor: enable ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/thor/thor-1.2.1.ebuild')
-rw-r--r-- | dev-ruby/thor/thor-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/thor/thor-1.2.1.ebuild b/dev-ruby/thor/thor-1.2.1.ebuild index c1335062ee3a..edea84d183b1 100644 --- a/dev-ruby/thor/thor-1.2.1.ebuild +++ b/dev-ruby/thor/thor-1.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_DOCDIR="rdoc" @@ -60,7 +60,7 @@ all_ruby_prepare() { each_ruby_test() { case ${RUBY} in - *ruby30) + *ruby30|*ruby31) einfo "Skipping tests due to circular dependencies" ;; *) |