commit:     7201bc66ddd004eec0c6627d24c007fb0aa0207c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 09:07:45 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 10:35:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7201bc66

dev-ruby/strscan: enable ruby30, ruby31

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/strscan/strscan-3.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/strscan/strscan-3.0.1.ebuild 
b/dev-ruby/strscan/strscan-3.0.1.ebuild
index 48debae95824..cd2a0fe25581 100644
--- a/dev-ruby/strscan/strscan-3.0.1.ebuild
+++ b/dev-ruby/strscan/strscan-3.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 
@@ -32,5 +32,5 @@ each_ruby_prepare() {
 }
 
 each_ruby_test() {
-       RUBYOPT="-Ilib -Itest/lib -rhelper" ${RUBY} run-test.rb || die
+       ${RUBY} -Ilib:test/lib -rhelper run-test.rb || die
 }

Reply via email to