commit:     3e773745ed83a59cbec0deb94fb27744c7d27710
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 30 23:17:11 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 31 00:51:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e773745

dev-ruby/ddmemoize: add warning re >=ruby31 on tests

Upstream looks inactive and >=ruby31 leads to suspicious
non-fatal warnings in tests.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild 
b/dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild
index dda4c1794412..11179ff935d3 100644
--- a/dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild
+++ b/dev-ruby/ddmemoize/ddmemoize-1.0.0-r1.ebuild
@@ -1,9 +1,11 @@
-# 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"
+# Beware: suspicious non-fatal warnings appear in tests with >=ruby31
+# Needs more investigation
+USE_RUBY="ruby27 ruby30"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 

Reply via email to