summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-11-08 08:51:39 +0100
committerHans de Graaff <graaff@gentoo.org>2024-11-08 09:59:19 +0100
commit3edd200342225d9d920a56cd50a36e2e1b80652e (patch)
tree5b397841d70eb73fd2996197a4050d5072e89076 /dev-ruby
parentx11-wm/fvwm3: drop xkbcommon from meson configuration (diff)
downloadgentoo-3edd200342225d9d920a56cd50a36e2e1b80652e.tar.gz
gentoo-3edd200342225d9d920a56cd50a36e2e1b80652e.tar.bz2
gentoo-3edd200342225d9d920a56cd50a36e2e1b80652e.zip
dev-ruby/instance_storage: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild b/dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild
index 4969fc6b1dcf..dbdbce89688a 100644
--- a/dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild
+++ b/dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild
@@ -1,9 +1,9 @@
-# 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_EXTRADOC="README.md"
@@ -14,7 +14,6 @@ HOMEPAGE="https://rubygems.org/gems/instance_storage/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~riscv ~x86"
-IUSE=""
all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die