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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 996631581D3 for ; Sat, 18 May 2024 17:24:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6FCFE29BB; Sat, 18 May 2024 17:24:02 +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 6C9AFE29BB for ; Sat, 18 May 2024 17:24:02 +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 635BF33BDC5 for ; Sat, 18 May 2024 17:24:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6177132F for ; Sat, 18 May 2024 17:23:59 +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: <1716053016.62afeffd66296dabcc48d98a25da7f387bda14ee.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mini_magick/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mini_magick/mini_magick-4.12.0.ebuild X-VCS-Directories: dev-ruby/mini_magick/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 62afeffd66296dabcc48d98a25da7f387bda14ee X-VCS-Branch: master Date: Sat, 18 May 2024 17:23:59 +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: 069ea366-331c-4114-a5a5-45cbd9f4b4cc X-Archives-Hash: 416ed5eae2713ac92e87c514ccbb1a34 commit: 62afeffd66296dabcc48d98a25da7f387bda14ee Author: Hans de Graaff gentoo org> AuthorDate: Sat May 18 13:33:33 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat May 18 17:23:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62afeffd dev-ruby/mini_magick: enable ruby33 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/mini_magick/mini_magick-4.12.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ruby/mini_magick/mini_magick-4.12.0.ebuild b/dev-ruby/mini_magick/mini_magick-4.12.0.ebuild index 47b68f055782..de35c26658a2 100644 --- a/dev-ruby/mini_magick/mini_magick-4.12.0.ebuild +++ b/dev-ruby/mini_magick/mini_magick-4.12.0.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="ruby27 ruby30 ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -22,7 +22,7 @@ RUBY_S="minimagick-${PV}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="" +IUSE="test" # It's only used at runtime in this case because this extension only # _calls_ the commands. But when we run tests we're going to need tiff @@ -47,6 +47,7 @@ all_ruby_prepare() { # Avoid spec broken by recent imagemagick updates sed -i -e '/cache files generated from .mpc/askip' spec/lib/mini_magick/image_spec.rb || die sed -i -e '/does not hang when parsing verbose data/askip' spec/lib/mini_magick/image_spec.rb || die + sed -i -e '/reads exif/askip "Now returns more complete EXIF data"' spec/lib/mini_magick/image_spec.rb || die # Avoid graphicsmagick tests because installing both in parallel for # tests is hard.