commit:     dc86a0c5ec2393a6dfbe34832599aeca2e6ecb9d
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 08:07:11 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=dc86a0c5

dev-ruby/digest: enable ruby31

Avoid dependency on rake-compiler.

Closes: https://bugs.gentoo.org/833261
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/digest/digest-3.1.0.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/digest/digest-3.1.0.ebuild 
b/dev-ruby/digest/digest-3.1.0.ebuild
index 1f24c462d2a8..ab155997e8f1 100644
--- a/dev-ruby/digest/digest-3.1.0.ebuild
+++ b/dev-ruby/digest/digest-3.1.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30"
+USE_RUBY="ruby26 ruby27 ruby30 ruby31"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTENSIONS="ext/digest/extconf.rb"
@@ -23,3 +23,7 @@ IUSE=""
 all_ruby_prepare() {
        sed -i -e 's/__dir__/"."/' ${RUBY_FAKEGEM_GEMSPEC} || die
 }
+
+each_ruby_test() {
+       ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' 
|| die
+}

Reply via email to