commit: 8b2b3a2ed1452acc2319c7a6725e63582aede7ad Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Apr 4 05:01:21 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Apr 4 05:01:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2b3a2e
dev-ruby/tty-command: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild b/dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild index c5ea5172bbee..64c176325044 100644 --- a/dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild +++ b/dev-ruby/tty-command/tty-command-0.10.1-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" +USE_RUBY="ruby31 ruby32 ruby33 ruby34" RUBY_FAKEGEM_RECIPE_TEST="rspec3"