commit: 49c13818744a548c24fd2ef7e49415b347b02609 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Sep 15 05:58:17 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Sep 15 06:15:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c13818
dev-ruby/acts_as_list: enable ruby32 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/acts_as_list/acts_as_list-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/acts_as_list/acts_as_list-1.1.0.ebuild b/dev-ruby/acts_as_list/acts_as_list-1.1.0.ebuild index aecf7c5a7880..1ea325ddf3e6 100644 --- a/dev-ruby/acts_as_list/acts_as_list-1.1.0.ebuild +++ b/dev-ruby/acts_as_list/acts_as_list-1.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" inherit ruby-fakegem
