From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97F04158013 for ; Fri, 8 Nov 2024 08:59:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 269D3E0958; Fri, 8 Nov 2024 08:59:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C4BDE0958 for ; Fri, 8 Nov 2024 08:59:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C587340C20 for ; Fri, 8 Nov 2024 08:59:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A31A1A26 for ; Fri, 8 Nov 2024 08:59:38 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1731056359.3edd200342225d9d920a56cd50a36e2e1b80652e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/instance_storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/instance_storage/instance_storage-1.0.0-r2.ebuild X-VCS-Directories: dev-ruby/instance_storage/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3edd200342225d9d920a56cd50a36e2e1b80652e X-VCS-Branch: master Date: Fri, 8 Nov 2024 08:59:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 39040135-8e05-4f86-8e98-6a6c6c79d951 X-Archives-Hash: 2adb169b4d68a303c4a35b9dac970426 commit: 3edd200342225d9d920a56cd50a36e2e1b80652e Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 8 07:51:39 2024 +0000 Commit: Hans de Graaff gentoo 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 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