commit: 6d6d74ed3f7d3ce7afc61f962c0df1c65646f3ff Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Dec 26 10:26:17 2023 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 26 15:52:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6d74ed
dev-ruby/irb: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/irb/irb-1.11.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/irb/irb-1.11.0.ebuild b/dev-ruby/irb/irb-1.11.0.ebuild index 30d99d0d53aa..8aa1bfe33ab7 100644 --- a/dev-ruby/irb/irb-1.11.0.ebuild +++ b/dev-ruby/irb/irb-1.11.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_BINDIR="exe" RUBY_FAKEGEM_EXTRADOC="README.md"
