Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/
Date: Mon, 28 Oct 2019 17:33:30
Message-Id: 1572283954.f52e58bc50e3e6e9b2567d2aa02f2eb7767351a6.sping@gentoo
1 commit: f52e58bc50e3e6e9b2567d2aa02f2eb7767351a6
2 Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 28 17:32:34 2019 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 28 17:32:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f52e58bc
7
8 media-libs/gegl: Stop enforcing USE=introspection
9
10 Closes: https://bugs.gentoo.org/698754
11 Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
12 Package-Manager: Portage-2.3.78, Repoman-2.3.16
13
14 media-libs/gegl/gegl-0.4.16.ebuild | 2 +-
15 media-libs/gegl/gegl-0.4.18.ebuild | 2 +-
16 media-libs/gegl/gegl-9999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/media-libs/gegl/gegl-0.4.16.ebuild b/media-libs/gegl/gegl-0.4.16.ebuild
20 index 12651446e60..c76de89fa31 100644
21 --- a/media-libs/gegl/gegl-0.4.16.ebuild
22 +++ b/media-libs/gegl/gegl-0.4.16.ebuild
23 @@ -24,7 +24,7 @@ HOMEPAGE="http://www.gegl.org/"
24 LICENSE="|| ( GPL-3+ LGPL-3 )"
25 SLOT="0.4"
26
27 -IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection lcms lensfun libav openexr pdf raw sdl svg test tiff umfpack vala v4l webp zlib"
28 +IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg introspection lcms lensfun libav openexr pdf raw sdl svg test tiff umfpack vala v4l webp zlib"
29 REQUIRED_USE="
30 svg? ( cairo )
31 vala? ( introspection )
32
33 diff --git a/media-libs/gegl/gegl-0.4.18.ebuild b/media-libs/gegl/gegl-0.4.18.ebuild
34 index 06defec21a4..7de01528fc4 100644
35 --- a/media-libs/gegl/gegl-0.4.18.ebuild
36 +++ b/media-libs/gegl/gegl-0.4.18.ebuild
37 @@ -24,7 +24,7 @@ HOMEPAGE="http://www.gegl.org/"
38 LICENSE="|| ( GPL-3+ LGPL-3 )"
39 SLOT="0.4"
40
41 -IUSE="cairo debug ffmpeg +introspection lcms lensfun libav openexr pdf raw sdl svg test tiff umfpack vala v4l webp"
42 +IUSE="cairo debug ffmpeg introspection lcms lensfun libav openexr pdf raw sdl svg test tiff umfpack vala v4l webp"
43 REQUIRED_USE="
44 svg? ( cairo )
45 vala? ( introspection )
46
47 diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild
48 index 9083a3b08f6..015343c90de 100644
49 --- a/media-libs/gegl/gegl-9999.ebuild
50 +++ b/media-libs/gegl/gegl-9999.ebuild
51 @@ -24,7 +24,7 @@ HOMEPAGE="http://www.gegl.org/"
52 LICENSE="|| ( GPL-3+ LGPL-3 )"
53 SLOT="0.4"
54
55 -IUSE="cairo debug ffmpeg +introspection lcms lensfun libav openexr pdf raw sdl svg test tiff umfpack vala v4l webp"
56 +IUSE="cairo debug ffmpeg introspection lcms lensfun libav openexr pdf raw sdl svg test tiff umfpack vala v4l webp"
57 REQUIRED_USE="
58 svg? ( cairo )
59 vala? ( introspection )