commit:     a5ec4bb122b1fde6be6849464cc34178514c90bd
Author:     Holger Hoffstätte <holger <AT> applied-asynchrony <DOT> com>
AuthorDate: Sun May 19 12:24:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 19 17:01:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ec4bb1

media-gfx/graphicsmagick: remove nonfunctional USE=svg

The SVG coder was disabled in 2009; see ChangeLog.2009#565

Closes: https://bugs.gentoo.org/921532
Signed-off-by: Holger Hoffstätte <holger <AT> applied-asynchrony.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild | 4 +---
 media-gfx/graphicsmagick/graphicsmagick-9999.ebuild      | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild
index 89f44bc5c1e2..bcb46f3bd183 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.43-r1.ebuild
@@ -28,7 +28,7 @@ fi
 LICENSE="MIT"
 SLOT="0/${PV%.*}"
 IUSE="bzip2 +cxx debug dynamic-loading fpx heif imagemagick jbig jpeg jpeg2k 
jpegxl lcms lzma"
-IUSE+=" openmp perl png postscript q16 q32 static-libs svg tcmalloc tiff 
truetype"
+IUSE+=" openmp perl png postscript q16 q32 static-libs tcmalloc tiff truetype"
 IUSE+=" webp wmf X zlib zstd"
 
 RDEPEND="
@@ -46,7 +46,6 @@ RDEPEND="
        perl? ( dev-lang/perl:= )
        png? ( media-libs/libpng:= )
        postscript? ( app-text/ghostscript-gpl )
-       svg? ( dev-libs/libxml2 )
        tcmalloc? ( dev-util/google-perftools:= )
        tiff? ( media-libs/tiff:= )
        truetype? (
@@ -127,7 +126,6 @@ src_configure() {
                --with-fontpath="${EPREFIX}"/usr/share/fonts
                --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts
                --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts
-               $(use_with svg xml)
                $(use_with zlib)
                $(use_with zstd)
                $(use_with X x)

diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild 
b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
index 7bac94809556..c0a63edddd7d 100644
--- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
+++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
@@ -28,7 +28,7 @@ fi
 LICENSE="MIT"
 SLOT="0/${PV%.*}"
 IUSE="bzip2 +cxx debug dynamic-loading fpx heif imagemagick jbig jpeg jpeg2k 
jpegxl lcms lzma"
-IUSE+=" openmp perl png postscript q16 q32 static-libs svg tcmalloc tiff 
truetype"
+IUSE+=" openmp perl png postscript q16 q32 static-libs tcmalloc tiff truetype"
 IUSE+=" webp wmf X zlib zstd"
 
 RDEPEND="
@@ -46,7 +46,6 @@ RDEPEND="
        perl? ( dev-lang/perl:= )
        png? ( media-libs/libpng:= )
        postscript? ( app-text/ghostscript-gpl )
-       svg? ( dev-libs/libxml2 )
        tcmalloc? ( dev-util/google-perftools:= )
        tiff? ( media-libs/tiff:= )
        truetype? (
@@ -126,7 +125,6 @@ src_configure() {
                --with-fontpath="${EPREFIX}"/usr/share/fonts
                --with-gs-font-dir="${EPREFIX}"/usr/share/fonts/urw-fonts
                --with-windows-font-dir="${EPREFIX}"/usr/share/fonts/corefonts
-               $(use_with svg xml)
                $(use_with zlib)
                $(use_with zstd)
                $(use_with X x)

Reply via email to