From fcde9db7f09979ac09b7fe507b21bb209b81b6ec Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Wed, 17 Jan 2024 08:03:40 +0100 Subject: [PATCH] dev-ruby/webrobots: enable ruby33 Signed-off-by: Hans de Graaff --- dev-ruby/webrobots/webrobots-0.1.2-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/webrobots/webrobots-0.1.2-r3.ebuild b/dev-ruby/webrobots/webrobots-0.1.2-r3.ebuild index 5be35f70c63be..37805bde0fb95 100644 --- a/dev-ruby/webrobots/webrobots-0.1.2-r3.ebuild +++ b/dev-ruby/webrobots/webrobots-0.1.2-r3.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 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_DOCDIR="rdoc" RUBY_FAKEGEM_EXTRADOC="README.rdoc"