commit: 3edd200342225d9d920a56cd50a36e2e1b80652e Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Nov 8 07:51:39 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Fri Nov 8 08:59:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edd2003
dev-ruby/instance_storage: enable ruby33 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild | 5 ++--- 1 file 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
