commit: 0fb7c1f05354ff72d5f571f98bd760a775b26ec3
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 06:53:53 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 07:14:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb7c1f0
dev-ruby/thor: enable tests for ruby30, ruby31
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/thor/thor-1.2.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-ruby/thor/thor-1.2.1-r1.ebuild
b/dev-ruby/thor/thor-1.2.1-r1.ebuild
index 42cd077c6593..36f75056ec54 100644
--- a/dev-ruby/thor/thor-1.2.1-r1.ebuild
+++ b/dev-ruby/thor/thor-1.2.1-r1.ebuild
@@ -23,7 +23,7 @@ SLOT="$(ver_cut 1)"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
~amd64-linux"
IUSE="doc"
-USE_RUBY="ruby27" ruby_add_bdepend "
+USE_RUBY="ruby27 ruby30 ruby31" ruby_add_bdepend "
test? (
dev-ruby/childlabor
dev-ruby/webmock
@@ -64,7 +64,7 @@ all_ruby_prepare() {
each_ruby_test() {
case ${RUBY} in
- *ruby30|*ruby31|*ruby32)
+ *ruby32)
einfo "Skipping tests due to circular dependencies"
;;
*)