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 2D406138350 for ; Sat, 2 May 2020 06:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5148AE0825; Sat, 2 May 2020 06:54:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3066BE0825 for ; Sat, 2 May 2020 06:54:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C23AC34F0F5 for ; Sat, 2 May 2020 06:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FA091D8 for ; Sat, 2 May 2020 06:53:57 +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: <1588402427.701a3eed6fc94f54d6d7dd9f86e1e051705e36c7.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-3.2.0.ebuild dev-ruby/rmagick/rmagick-4.1.2.ebuild X-VCS-Directories: dev-ruby/rmagick/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 701a3eed6fc94f54d6d7dd9f86e1e051705e36c7 X-VCS-Branch: master Date: Sat, 2 May 2020 06:53:57 +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: 0989082e-c339-4b13-a099-0f10b3fa760f X-Archives-Hash: d8219ba688c2c77e7bf4fc6edbac77c1 commit: 701a3eed6fc94f54d6d7dd9f86e1e051705e36c7 Author: Hans de Graaff gentoo org> AuthorDate: Sat May 2 06:53:38 2020 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat May 2 06:53:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701a3eed dev-ruby/rmagick: require webp for tests The tests require imagemagick to be build with webp support. Bug: https://bugs.gentoo.org/720202 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/rmagick/rmagick-3.2.0.ebuild | 4 ++-- dev-ruby/rmagick/rmagick-4.1.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-ruby/rmagick/rmagick-3.2.0.ebuild b/dev-ruby/rmagick/rmagick-3.2.0.ebuild index 7773ea1b09e..1a4c35d736d 100644 --- a/dev-ruby/rmagick/rmagick-3.2.0.ebuild +++ b/dev-ruby/rmagick/rmagick-3.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~hppa ppc ppc64 ~x86 ~x86-macos" IUSE="doc" RDEPEND+=" >=media-gfx/imagemagick-6.9.0:= =media-gfx/imagemagick-6*" -DEPEND+=" >=media-gfx/imagemagick-6.9.0:=[jpeg] =media-gfx/imagemagick-6*" +DEPEND+=" test? ( >=media-gfx/imagemagick-6.9.0:=[jpeg,webp] =media-gfx/imagemagick-6* )" ruby_add_bdepend "test? ( dev-ruby/rspec:3 )" diff --git a/dev-ruby/rmagick/rmagick-4.1.2.ebuild b/dev-ruby/rmagick/rmagick-4.1.2.ebuild index 60b8e1d9509..476f721de9c 100644 --- a/dev-ruby/rmagick/rmagick-4.1.2.ebuild +++ b/dev-ruby/rmagick/rmagick-4.1.2.ebuild @@ -27,7 +27,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-macos" IUSE="doc" RDEPEND+=" >=media-gfx/imagemagick-6.9.0:=" -DEPEND+=" >=media-gfx/imagemagick-6.9.0:=[jpeg]" +DEPEND+=" test? ( >=media-gfx/imagemagick-6.9.0:=[jpeg,webp] )" all_ruby_prepare() { # Avoid unused dependency on rake-compiler. This also avoids an