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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79D6F158087 for ; Fri, 8 Oct 2021 10:49:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C246BE0848; Fri, 8 Oct 2021 10:49:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A78DBE0858 for ; Fri, 8 Oct 2021 10:49:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D9F234330C for ; Fri, 8 Oct 2021 10:49:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C037F143 for ; Fri, 8 Oct 2021 10:49:53 +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: <1633690185.b20e848c6666debc424972a75d8952991272bad0.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rmagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rmagick/rmagick-4.2.2.ebuild X-VCS-Directories: dev-ruby/rmagick/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: b20e848c6666debc424972a75d8952991272bad0 X-VCS-Branch: master Date: Fri, 8 Oct 2021 10:49:53 +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: 718c6f33-6fa7-48a0-ab6c-f4c38fe0fe54 X-Archives-Hash: 217af4ee939cad3fcbae60763fa72ea3 commit: b20e848c6666debc424972a75d8952991272bad0 Author: Hans de Graaff gentoo org> AuthorDate: Fri Oct 8 10:49:36 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Oct 8 10:49:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b20e848c dev-ruby/rmagick: fix tests The tests also need postscript support. Closes: https://bugs.gentoo.org/815886 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rmagick/rmagick-4.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rmagick/rmagick-4.2.2.ebuild b/dev-ruby/rmagick/rmagick-4.2.2.ebuild index 583f0158ddb..5b061481d8a 100644 --- a/dev-ruby/rmagick/rmagick-4.2.2.ebuild +++ b/dev-ruby/rmagick/rmagick-4.2.2.ebuild @@ -29,7 +29,7 @@ KEYWORDS="amd64 ~hppa ppc ppc64 x86" IUSE="doc" RDEPEND+=" >=media-gfx/imagemagick-6.9.0:=" -DEPEND+=" test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,tiff,webp] )" +DEPEND+=" test? ( >=media-gfx/imagemagick-7.1.0:=[jpeg,lqr,lcms,postscript,tiff,webp] )" all_ruby_prepare() { # Avoid unused dependency on rake-compiler. This also avoids an