commit: 82bd0d2375c452b02b7ec58598eb71072460267b Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Jul 25 10:33:08 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Jul 25 10:33:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82bd0d23
net-irc/rbot: enable ruby34 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> net-irc/rbot/rbot-0.9.15_p20210609.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-irc/rbot/rbot-0.9.15_p20210609.ebuild b/net-irc/rbot/rbot-0.9.15_p20210609.ebuild index fd41e8820810..de1062d92106 100644 --- a/net-irc/rbot/rbot-0.9.15_p20210609.ebuild +++ b/net-irc/rbot/rbot-0.9.15_p20210609.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32 ruby33" + +USE_RUBY="ruby32 ruby33 ruby34" GITHUB_COMMIT="3ace72d5642284665fce2c33c99dfeb1b931b2c6" inherit ruby-ng strip-linguas
