commit: 007a874d8b656aff954be9e7cdb6776e4116eea2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Mar 8 08:06:24 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Mar 8 08:06:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007a874d
dev-ruby/rack-cache: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/rack-cache/rack-cache-1.16.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rack-cache/rack-cache-1.16.0.ebuild b/dev-ruby/rack-cache/rack-cache-1.16.0.ebuild index c67edb33eeed..81b6b20841c5 100644 --- a/dev-ruby/rack-cache/rack-cache-1.16.0.ebuild +++ b/dev-ruby/rack-cache/rack-cache-1.16.0.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" -# no documentation is generable, it needs hanna, which is broken +# no documentation can be generated. It needs hanna, which is broken. RUBY_FAKEGEM_RECIPE_DOC="none" RUBY_FAKEGEM_TASK_TEST="none"
