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: Sun, 19 Mar 2023 07:14:50
Message-Id: 1679210082.0fb7c1f05354ff72d5f571f98bd760a775b26ec3.graaff@gentoo
1 commit: 0fb7c1f05354ff72d5f571f98bd760a775b26ec3
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 06:53:53 2023 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 07:14:42 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb7c1f0
7
8 dev-ruby/thor: enable tests for ruby30, ruby31
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/thor/thor-1.2.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/thor/thor-1.2.1-r1.ebuild b/dev-ruby/thor/thor-1.2.1-r1.ebuild
16 index 42cd077c6593..36f75056ec54 100644
17 --- a/dev-ruby/thor/thor-1.2.1-r1.ebuild
18 +++ b/dev-ruby/thor/thor-1.2.1-r1.ebuild
19 @@ -23,7 +23,7 @@ SLOT="$(ver_cut 1)"
20 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux"
21 IUSE="doc"
22
23 -USE_RUBY="ruby27" ruby_add_bdepend "
24 +USE_RUBY="ruby27 ruby30 ruby31" ruby_add_bdepend "
25 test? (
26 dev-ruby/childlabor
27 dev-ruby/webmock
28 @@ -64,7 +64,7 @@ all_ruby_prepare() {
29
30 each_ruby_test() {
31 case ${RUBY} in
32 - *ruby30|*ruby31|*ruby32)
33 + *ruby32)
34 einfo "Skipping tests due to circular dependencies"
35 ;;
36 *)