commit:     0563e3d0fb0dbbd72cb4727f21ed8e72c0c09e7c
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 14 13:55:54 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 14:40:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0563e3d0

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 <AT> gentoo.org>

 media-gfx/imagemagick/imagemagick-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-gfx/imagemagick/imagemagick-9999.ebuild 
b/media-gfx/imagemagick/imagemagick-9999.ebuild
index 769cb4c0e00..e38924ebd0f 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)

Reply via email to