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 1607D1382C5 for ; Fri, 18 Jun 2021 14:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E2F5E0802; Fri, 18 Jun 2021 14:20:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 49144E0802 for ; Fri, 18 Jun 2021 14:20:15 +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 52096340861 for ; Fri, 18 Jun 2021 14:20:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A619C797 for ; Fri, 18 Jun 2021 14:20:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1624026004.6bf11adaf0c684f0c8a911a15b44b2867844247f.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-imagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild X-VCS-Directories: dev-php/pecl-imagick/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 6bf11adaf0c684f0c8a911a15b44b2867844247f X-VCS-Branch: master Date: Fri, 18 Jun 2021 14:20:11 +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: 989a7536-bf3f-4ac7-aec6-3c38db520397 X-Archives-Hash: 1a953e0e4310d90c31767c4a383e28ab commit: 6bf11adaf0c684f0c8a911a15b44b2867844247f Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Jun 18 13:57:32 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Jun 18 14:20:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf11ada dev-php/pecl-imagick: fix tests media-gfx/imagemagick[hdri] is required to pass test 274_imagick_setImageAlpha.phpt. Closes: https://bugs.gentoo.org/737876 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild | 4 ++-- dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild index d89a60267ea..c2972c5a436 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -21,6 +21,6 @@ RESTRICT="!test? ( test )" # https://github.com/mkoppanen/imagick#openmp RDEPEND=">=media-gfx/imagemagick-6.2.4:=[-openmp]" DEPEND="${RDEPEND} - test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,svg,truetype,xml] )" + test? ( >=media-gfx/imagemagick-6.2.4:=[hdri,jpeg,png,svg,truetype,xml] )" PHP_EXT_ECONF_ARGS="--with-imagick=${EPREFIX}/usr" diff --git a/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild b/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild index dc7490832c2..b9df58ef938 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.5.0.ebuild @@ -21,7 +21,7 @@ RESTRICT="!test? ( test )" # https://github.com/Imagick/imagick#openmp RDEPEND=">=media-gfx/imagemagick-6.2.4:=[-openmp]" DEPEND="${RDEPEND} - test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,svg,truetype,xml] )" + test? ( >=media-gfx/imagemagick-6.2.4:=[hdri,jpeg,png,svg,truetype,xml] )" PHP_EXT_ECONF_ARGS="--with-imagick=${EPREFIX}/usr"