diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-03-19 07:53:53 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-03-19 08:14:42 +0100 |
commit | 0fb7c1f05354ff72d5f571f98bd760a775b26ec3 (patch) | |
tree | d7d51ddca060d2482b6c27418b4ab3a89cec05cd /dev-ruby/thor | |
parent | dev-java/maven-bin: bump to 3.8.8 (diff) | |
download | gentoo-0fb7c1f05354ff72d5f571f98bd760a775b26ec3.tar.gz gentoo-0fb7c1f05354ff72d5f571f98bd760a775b26ec3.tar.bz2 gentoo-0fb7c1f05354ff72d5f571f98bd760a775b26ec3.zip |
dev-ruby/thor: enable tests for ruby30, ruby31
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/thor')
-rw-r--r-- | dev-ruby/thor/thor-1.2.1-r1.ebuild | 4 |
1 files 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" ;; *) |