diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-14 15:55:54 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-06-14 16:40:27 +0200 |
commit | 0563e3d0fb0dbbd72cb4727f21ed8e72c0c09e7c (patch) | |
tree | feec59542e4d33e73f23d2b3c46d4eec5aef7da5 | |
parent | app-admin/ansible: add missing dep on resolvelib (diff) | |
download | gentoo-0563e3d0fb0dbbd72cb4727f21ed8e72c0c09e7c.tar.gz gentoo-0563e3d0fb0dbbd72cb4727f21ed8e72c0c09e7c.tar.bz2 gentoo-0563e3d0fb0dbbd72cb4727f21ed8e72c0c09e7c.zip |
media-gfx/imagemagick: add USE=zip, fix automagic on dev-libs/libzip
Closes: https://bugs.gentoo.org/792501
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | media-gfx/imagemagick/imagemagick-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/imagemagick/imagemagick-9999.ebuild b/media-gfx/imagemagick/imagemagick-9999.ebuild index 769cb4c0e00a..e38924ebd0f8 100644 --- a/media-gfx/imagemagick/imagemagick-9999.ebuild +++ b/media-gfx/imagemagick/imagemagick-9999.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="https://www.imagemagick.org/" LICENSE="imagemagick" SLOT="0/7.0.11-0" -IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" +IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zip zlib" REQUIRED_USE="corefonts? ( truetype ) svg? ( xml ) @@ -72,6 +72,7 @@ RDEPEND=" ) xml? ( dev-libs/libxml2:= ) lzma? ( app-arch/xz-utils ) + zip? ( dev-libs/libzip:= ) zlib? ( sys-libs/zlib:= )" DEPEND="${RDEPEND} @@ -143,6 +144,7 @@ src_configure() { --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts $(use_with bzip2 bzlib) $(use_with X x) + $(use_with zip) $(use_with zlib) --without-autotrace $(use_with postscript dps) |