From 8180f12bb4f39a15c9f00741f1eb91f34734bbc5 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Wed, 10 Jul 2024 07:25:12 +0200 Subject: dev-ruby/site_prism-all_there: enable ruby33 Signed-off-by: Hans de Graaff --- dev-ruby/site_prism-all_there/site_prism-all_there-2.0.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.2.ebuild b/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.2.ebuild index c2c736fa..508d79ae 100644 --- a/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.2.ebuild +++ b/dev-ruby/site_prism-all_there/site_prism-all_there-2.0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 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_EXTRADOC="README.md" @@ -14,8 +14,8 @@ DESCRIPTION="Simple DSL in order to recursively query page/section/element struc HOMEPAGE="https://github.com/site-prism/site_prism-all_there" LICENSE="BSD" -KEYWORDS="~amd64" SLOT="$(ver_cut 1)" +KEYWORDS="~amd64" IUSE="doc" # Not packaged by default and avoids a circular dependency with site_prism. -- cgit v1.2.3-65-gdbad