commit: 7449e24f073b0d476a5fb7022d93463763f6eb11 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jan 2 21:04:41 2026 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 21:05:23 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7449e24f
dev-ruby/path_expander: enable ruby40 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/path_expander/path_expander-1.1.3.ebuild | 5 +++-- dev-ruby/path_expander/path_expander-2.0.0.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-ruby/path_expander/path_expander-1.1.3.ebuild b/dev-ruby/path_expander/path_expander-1.1.3.ebuild index c2c0358c6ea5..23cb927a2254 100644 --- a/dev-ruby/path_expander/path_expander-1.1.3.ebuild +++ b/dev-ruby/path_expander/path_expander-1.1.3.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33 ruby34" + +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc" diff --git a/dev-ruby/path_expander/path_expander-2.0.0.ebuild b/dev-ruby/path_expander/path_expander-2.0.0.ebuild index bda8f79360fd..b3004dedc26a 100644 --- a/dev-ruby/path_expander/path_expander-2.0.0.ebuild +++ b/dev-ruby/path_expander/path_expander-2.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # 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="History.rdoc README.rdoc"
