commit: 8888e985c894829db5520d550bc371229b65ca79 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Jul 9 06:10:23 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jul 9 07:56:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8888e985
dev-ruby/acts_as_list: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/acts_as_list/acts_as_list-1.2.4.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-ruby/acts_as_list/acts_as_list-1.2.4.ebuild b/dev-ruby/acts_as_list/acts_as_list-1.2.4.ebuild index 4d018a923b1f..f848daecd570 100644 --- a/dev-ruby/acts_as_list/acts_as_list-1.2.4.ebuild +++ b/dev-ruby/acts_as_list/acts_as_list-1.2.4.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" inherit ruby-fakegem
