commit: 3d28afbb63b797ab1a61f5f22dd0343d255f344b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Jan 13 21:00:56 2026 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Jan 13 21:00:56 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d28afbb
dev-ruby/strptime: enable ruby40 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/strptime/strptime-0.2.5-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/strptime/strptime-0.2.5-r2.ebuild b/dev-ruby/strptime/strptime-0.2.5-r2.ebuild index d0800c271595..7c693f67cacc 100644 --- a/dev-ruby/strptime/strptime-0.2.5-r2.ebuild +++ b/dev-ruby/strptime/strptime-0.2.5-r2.ebuild @@ -1,8 +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="ruby31 ruby32 ruby33 ruby34" + +USE_RUBY="ruby32 ruby33 ruby34 ruby40" RUBY_FAKEGEM_EXTRADOC="README.md"
