commit: eb073afd4178593021cd99fda1a4437c9f1dd7d2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Jul 2 05:00:21 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jul 2 05:20:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb073afd
dev-ruby/actionmailer: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/actionmailer/actionmailer-7.1.5.1.ebuild | 5 +++-- dev-ruby/actionmailer/actionmailer-7.2.2.1.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-ruby/actionmailer/actionmailer-7.1.5.1.ebuild b/dev-ruby/actionmailer/actionmailer-7.1.5.1.ebuild index ac28be28d73a..cd77b9d4cb32 100644 --- a/dev-ruby/actionmailer/actionmailer-7.1.5.1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-7.1.5.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc" diff --git a/dev-ruby/actionmailer/actionmailer-7.2.2.1.ebuild b/dev-ruby/actionmailer/actionmailer-7.2.2.1.ebuild index 3163791741d7..4bd14a65ece9 100644 --- a/dev-ruby/actionmailer/actionmailer-7.2.2.1.ebuild +++ b/dev-ruby/actionmailer/actionmailer-7.2.2.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
