commit: da024253c9f6faf6686f7012481623942bb07711 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Jun 29 21:57:55 2019 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sat Jun 29 22:01:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da024253
media-gfx/graphicsmagick: drop unnecessary corefonts dep for tests Closes: https://bugs.gentoo.org/688948 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild | 6 ++---- media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild index ca2428298a0..1fa5c4b22cc 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild @@ -20,7 +20,7 @@ else fi IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp - perl png postscript q16 q32 static-libs svg test threads tiff truetype + perl png postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib" RDEPEND="dev-libs/libltdl:0 @@ -48,9 +48,7 @@ RDEPEND="dev-libs/libltdl:0 x11-libs/libXext ) zlib? ( sys-libs/zlib )" -# corefonts are required because needed arial font (bug #588398). -DEPEND="${RDEPEND} - test? ( media-fonts/corefonts )" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P} diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild index 8b6bccaf93c..996bba55fa4 100644 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild @@ -20,7 +20,7 @@ else fi IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp - perl png postscript q16 q32 static-libs svg test threads tiff truetype + perl png postscript q16 q32 static-libs svg threads tiff truetype webp wmf X zlib" RDEPEND="dev-libs/libltdl:0 @@ -48,9 +48,7 @@ RDEPEND="dev-libs/libltdl:0 x11-libs/libXext ) zlib? ( sys-libs/zlib )" -# corefonts are required because needed arial font (bug #588398). -DEPEND="${RDEPEND} - test? ( media-fonts/corefonts )" +DEPEND="${RDEPEND}" S=${WORKDIR}/${MY_P}
