commit: 549586a854a5960505b02487ee7701c7c31aebc2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Dec 29 06:24:35 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 30 20:45:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=549586a8
dev-ruby/strscan: enable ruby40 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/strscan/strscan-3.1.6.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-ruby/strscan/strscan-3.1.6.ebuild b/dev-ruby/strscan/strscan-3.1.6.ebuild index 0e1abeb9b383..b4af50ea4a13 100644 --- a/dev-ruby/strscan/strscan-3.1.6.ebuild +++ b/dev-ruby/strscan/strscan-3.1.6.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby32 ruby33 ruby34" + +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
