summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2024-07-14 09:44:12 +0200
committerHans de Graaff <hans@degraaff.org>2024-07-14 09:44:12 +0200
commit60e75e12cbd240b70572f5d1abd329b3df11b238 (patch)
treea70982f10ed00b4152bc51f20be5f749e9e09ebe
parentdev-ruby/json-schema: new package, add 4.3.1 (diff)
downloadgraaff-60e75e12cbd240b70572f5d1abd329b3df11b238.tar.gz
graaff-60e75e12cbd240b70572f5d1abd329b3df11b238.tar.bz2
graaff-60e75e12cbd240b70572f5d1abd329b3df11b238.zip
dev-ruby/riddle: enable ruby33
Signed-off-by: Hans de Graaff <hans@degraaff.org>
-rw-r--r--dev-ruby/riddle/riddle-2.4.3.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-ruby/riddle/riddle-2.4.3.ebuild b/dev-ruby/riddle/riddle-2.4.3.ebuild
index e294417e..056c786f 100644
--- a/dev-ruby/riddle/riddle-2.4.3.ebuild
+++ b/dev-ruby/riddle/riddle-2.4.3.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_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="HISTORY README.markdown"
@@ -15,9 +15,8 @@ DESCRIPTION="An interface to the Sphinx search daemon."
HOMEPAGE="https://freelancing-gods.com/riddle/"
LICENSE="MIT"
-KEYWORDS="~amd64"
SLOT="1.3"
-IUSE=""
+KEYWORDS="~amd64"
# There are specs in the package but they require that MySQL support
# has been set up for it, so we can't run them out of the box.