commit: 3e1e3082b418f207efb04de0f48b24071fb973cd Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Mon Oct 3 15:49:23 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Oct 5 05:22:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1e3082
dev-ruby/acts_as_list: enable ruby31 and disable ruby26 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild b/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild index 5e517aeb7f6c..9c41a3ce04c6 100644 --- a/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild +++ b/dev-ruby/acts_as_list/acts_as_list-1.0.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" inherit ruby-fakegem
