Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphicsmagick/
Date: Sat, 29 Jun 2019 22:22:42
Message-Id: 1561845677.da024253c9f6faf6686f7012481623942bb07711.radhermit@gentoo
1 commit: da024253c9f6faf6686f7012481623942bb07711
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 29 21:57:55 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 29 22:01:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da024253
7
8 media-gfx/graphicsmagick: drop unnecessary corefonts dep for tests
9
10 Closes: https://bugs.gentoo.org/688948
11
12 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
13
14 media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild | 6 ++----
15 media-gfx/graphicsmagick/graphicsmagick-9999.ebuild | 6 ++----
16 2 files changed, 4 insertions(+), 8 deletions(-)
17
18 diff --git a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
19 index ca2428298a0..1fa5c4b22cc 100644
20 --- a/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
21 +++ b/media-gfx/graphicsmagick/graphicsmagick-1.3.32.ebuild
22 @@ -20,7 +20,7 @@ else
23 fi
24
25 IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp
26 - perl png postscript q16 q32 static-libs svg test threads tiff truetype
27 + perl png postscript q16 q32 static-libs svg threads tiff truetype
28 webp wmf X zlib"
29
30 RDEPEND="dev-libs/libltdl:0
31 @@ -48,9 +48,7 @@ RDEPEND="dev-libs/libltdl:0
32 x11-libs/libXext
33 )
34 zlib? ( sys-libs/zlib )"
35 -# corefonts are required because needed arial font (bug #588398).
36 -DEPEND="${RDEPEND}
37 - test? ( media-fonts/corefonts )"
38 +DEPEND="${RDEPEND}"
39
40 S=${WORKDIR}/${MY_P}
41
42
43 diff --git a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
44 index 8b6bccaf93c..996bba55fa4 100644
45 --- a/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
46 +++ b/media-gfx/graphicsmagick/graphicsmagick-9999.ebuild
47 @@ -20,7 +20,7 @@ else
48 fi
49
50 IUSE="bzip2 cxx debug fpx imagemagick jbig jpeg jpeg2k lcms lzma modules openmp
51 - perl png postscript q16 q32 static-libs svg test threads tiff truetype
52 + perl png postscript q16 q32 static-libs svg threads tiff truetype
53 webp wmf X zlib"
54
55 RDEPEND="dev-libs/libltdl:0
56 @@ -48,9 +48,7 @@ RDEPEND="dev-libs/libltdl:0
57 x11-libs/libXext
58 )
59 zlib? ( sys-libs/zlib )"
60 -# corefonts are required because needed arial font (bug #588398).
61 -DEPEND="${RDEPEND}
62 - test? ( media-fonts/corefonts )"
63 +DEPEND="${RDEPEND}"
64
65 S=${WORKDIR}/${MY_P}