diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-07-30 10:30:23 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-07-30 10:30:43 +0200 |
commit | 928c5138ff66c07b96944e41b5a7876a87a33396 (patch) | |
tree | d3a94469fb86189e74b7dff8064ac2d941d3d76d /media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | |
parent | sys-cluster/openmpi: Version bump (v4.0.4) (diff) | |
download | gentoo-928c5138ff66c07b96944e41b5a7876a87a33396.tar.gz gentoo-928c5138ff66c07b96944e41b5a7876a87a33396.tar.bz2 gentoo-928c5138ff66c07b96944e41b5a7876a87a33396.zip |
media-gfx/graphicsmagick: Rename modules use flag to dynamic-loading.
The global modules use flag has a different meaning (namely, "Build
the kernel modules").
Closes: https://bugs.gentoo.org/608786
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'media-gfx/graphicsmagick/graphicsmagick-9999.ebuild')
-rw-r--r-- | media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index 6e0e9fc4f818..5cde9ca89391 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -19,8 +19,8 @@ else KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" fi -IUSE="bzip2 +cxx debug fpx imagemagick jbig jpeg lcms lzma modules openmp - perl png postscript q16 q32 static-libs svg threads tiff truetype +IUSE="bzip2 +cxx debug dynamic-loading fpx imagemagick jbig jpeg lcms lzma + openmp perl png postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib" RDEPEND="dev-libs/libltdl:0 @@ -80,7 +80,7 @@ src_configure() { $(use_enable debug gcov) $(use_enable imagemagick magick-compat) $(use_with threads) - $(use_with modules) + $(use_with dynamic-loading modules) --with-quantum-depth=${depth} --without-frozenpaths $(use_with cxx magick-plus-plus) |