summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-18 20:34:59 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-18 20:38:24 +0200
commit7e35823ea6575479a06a39fbb3b8c222955d81bd (patch)
tree3c9395f0b966c40887d8de916cee47a92f425086 /dev-php
parentprofiles/prefix/packages: drop sys-apps/kmod from @system (diff)
downloadgentoo-7e35823ea6575479a06a39fbb3b8c222955d81bd.tar.gz
gentoo-7e35823ea6575479a06a39fbb3b8c222955d81bd.tar.bz2
gentoo-7e35823ea6575479a06a39fbb3b8c222955d81bd.zip
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 <whissi@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-imagick/pecl-imagick-3.4.4.ebuild2
1 files changed, 1 insertions, 1 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 edf1aa7add12..d89a60267eae 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"