diff options
author | Tim Harder <radhermit@gentoo.org> | 2019-06-15 21:30:47 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2019-06-15 22:50:10 -0500 |
commit | 725fe6da376a28d56b03939c96aca6f41b530298 (patch) | |
tree | 3e917cd577061d1a04dcb73e78150e7af337e2a7 /media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | |
parent | media-libs/exiftool: remove old (diff) | |
download | gentoo-725fe6da376a28d56b03939c96aca6f41b530298.tar.gz gentoo-725fe6da376a28d56b03939c96aca6f41b530298.tar.bz2 gentoo-725fe6da376a28d56b03939c96aca6f41b530298.zip |
media-gfx/graphicsmagick: version bump to 1.3.32
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-gfx/graphicsmagick/graphicsmagick-9999.ebuild')
-rw-r--r-- | media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index c5f11fb693d3..8b6bccaf93cd 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools toolchain-funcs MY_P=${P/graphicsm/GraphicsM} @@ -33,7 +33,7 @@ RDEPEND="dev-libs/libltdl:0 lcms? ( media-libs/lcms:2 ) lzma? ( app-arch/xz-utils ) perl? ( dev-lang/perl ) - png? ( media-libs/libpng:0 ) + png? ( media-libs/libpng:0= ) postscript? ( app-text/ghostscript-gpl ) svg? ( dev-libs/libxml2 ) tiff? ( media-libs/tiff:0 ) @@ -92,7 +92,6 @@ src_configure() { $(use_with bzip2 bzlib) $(use_with postscript dps) $(use_with fpx) - --without-gslib $(use_with jbig) $(use_with webp) $(use_with jpeg) |