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 487DE138359 for ; Tue, 18 Aug 2020 18:38:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A260E0824; Tue, 18 Aug 2020 18:38:33 +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 49F5AE0824 for ; Tue, 18 Aug 2020 18:38:33 +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 B9E8434F0C4 for ; Tue, 18 Aug 2020 18:38:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60A0B2D1 for ; Tue, 18 Aug 2020 18:38:30 +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: <1597775904.7e35823ea6575479a06a39fbb3b8c222955d81bd.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 X-VCS-Directories: dev-php/pecl-imagick/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7e35823ea6575479a06a39fbb3b8c222955d81bd X-VCS-Branch: master Date: Tue, 18 Aug 2020 18:38:30 +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: 918be585-ec86-4d6b-a35b-91dc78c03ec8 X-Archives-Hash: a45dcf8268f864097e3aa4ccc768287e commit: 7e35823ea6575479a06a39fbb3b8c222955d81bd Author: Thomas Deutschmann gentoo org> AuthorDate: Tue Aug 18 18:34:59 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Tue Aug 18 18:38:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e35823e dev-php/pecl-imagick: require imagemagick[svg] Test 243_Tutorial_svgExample_basic requires SVG support. Bug: https://bugs.gentoo.org/737876 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 edf1aa7add1..d89a60267ea 100644 --- a/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild +++ b/dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild @@ -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,truetype] )" + test? ( >=media-gfx/imagemagick-6.2.4:=[jpeg,png,svg,truetype,xml] )" PHP_EXT_ECONF_ARGS="--with-imagick=${EPREFIX}/usr"