commit: 4f539d177a42b64ef3583f55ac0a00c6e19e4e86
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 2 04:49:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 3 00:46:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f539d17
dev-ruby/qed: enable ruby32
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/qed/qed-2.9.2-r1.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/qed/qed-2.9.2-r1.ebuild b/dev-ruby/qed/qed-2.9.2-r1.ebuild
index ce4d35cb1fe6..5f303f027f51 100644
--- a/dev-ruby/qed/qed-2.9.2-r1.ebuild
+++ b/dev-ruby/qed/qed-2.9.2-r1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
+
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_RECIPE_DOC="yard"
@@ -21,7 +22,8 @@ IUSE=""
ruby_add_bdepend "test? ( dev-ruby/ae )"
ruby_add_rdepend "
dev-ruby/ansi
- dev-ruby/brass"
+ dev-ruby/brass
+"
each_ruby_test() {
${RUBY} -Ilib bin/qed || die 'tests failed'