Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/thor/
Date: Sat, 04 Jun 2022 05:47:41
Message-Id: 1654321649.e1bea5c0ee34b79640c479cef807373cd2aae8f3.graaff@gentoo
1 commit: e1bea5c0ee34b79640c479cef807373cd2aae8f3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 05:46:43 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 05:47:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bea5c0
7
8 dev-ruby/thor: enable ruby31
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/thor/thor-1.2.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/thor/thor-1.2.1.ebuild b/dev-ruby/thor/thor-1.2.1.ebuild
16 index c1335062ee3a..edea84d183b1 100644
17 --- a/dev-ruby/thor/thor-1.2.1.ebuild
18 +++ b/dev-ruby/thor/thor-1.2.1.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -USE_RUBY="ruby26 ruby27 ruby30"
24 +USE_RUBY="ruby26 ruby27 ruby30 ruby31"
25
26 RUBY_FAKEGEM_RECIPE_TEST="rspec3"
27 RUBY_FAKEGEM_DOCDIR="rdoc"
28 @@ -60,7 +60,7 @@ all_ruby_prepare() {
29
30 each_ruby_test() {
31 case ${RUBY} in
32 - *ruby30)
33 + *ruby30|*ruby31)
34 einfo "Skipping tests due to circular dependencies"
35 ;;
36 *)