diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-01-25 11:23:14 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-01-25 11:23:30 +0100 |
commit | 82bbe19104e920846b6d16f115c303f07d40066b (patch) | |
tree | e92b59b255cacfeca714240b2276e16d37387b4e /net-irc | |
parent | app-emulation/virtualbox-extpack-oracle: drop 7.0.10 (diff) | |
download | gentoo-82bbe19104e920846b6d16f115c303f07d40066b.tar.gz gentoo-82bbe19104e920846b6d16f115c303f07d40066b.tar.bz2 gentoo-82bbe19104e920846b6d16f115c303f07d40066b.zip |
net-irc/rbot: enable ruby32
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/rbot/rbot-0.9.15_p20210609.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/rbot/rbot-0.9.15_p20210609.ebuild b/net-irc/rbot/rbot-0.9.15_p20210609.ebuild index 76d3cf5e8335..fda274cc6b6a 100644 --- a/net-irc/rbot/rbot-0.9.15_p20210609.ebuild +++ b/net-irc/rbot/rbot-0.9.15_p20210609.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31" +USE_RUBY="ruby30 ruby31 ruby32" GITHUB_COMMIT="3ace72d5642284665fce2c33c99dfeb1b931b2c6" inherit ruby-ng strip-linguas |