diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 15:56:14 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-09-17 16:02:42 +0200 |
commit | 92619ff4b91e2a83402e18d0cca938d6b2821646 (patch) | |
tree | 867df9af2beae4fd94719bd921d148a1416bc578 /media-libs/gegl | |
parent | dev-libs/libgdata: fix a typo in REQUIRED_USE, bug #593944 (diff) | |
download | gentoo-92619ff4b91e2a83402e18d0cca938d6b2821646.tar.gz gentoo-92619ff4b91e2a83402e18d0cca938d6b2821646.tar.bz2 gentoo-92619ff4b91e2a83402e18d0cca938d6b2821646.zip |
media-libs/gegl: fix a typo in REQUIRED_USE, bug #593944
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-libs/gegl')
-rw-r--r-- | media-libs/gegl/gegl-0.3.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.3.4.ebuild | 2 | ||||
-rw-r--r-- | media-libs/gegl/gegl-0.3.8.ebuild | 2 | ||||
-rw-r--r-- | media-libs/gegl/gegl-9999.ebuild | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/gegl/gegl-0.3.0.ebuild b/media-libs/gegl/gegl-0.3.0.ebuild index d501766e152e..9f4223bb075a 100644 --- a/media-libs/gegl/gegl-0.3.0.ebuild +++ b/media-libs/gegl/gegl-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0.3" IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection jpeg jpeg2k lcms lensfun libav openexr png raw sdl svg test umfpack vala v4l webp" -REQUIRED_IUSE="vala? ( introspection )" +REQUIRED_USE="vala? ( introspection )" RDEPEND=" >=dev-libs/glib-2.36:2 diff --git a/media-libs/gegl/gegl-0.3.4.ebuild b/media-libs/gegl/gegl-0.3.4.ebuild index 4b07ad33e2e2..40a497275565 100644 --- a/media-libs/gegl/gegl-0.3.4.ebuild +++ b/media-libs/gegl/gegl-0.3.4.ebuild @@ -28,7 +28,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0.3" IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection jpeg2k lcms lensfun openexr raw sdl svg test tiff umfpack vala v4l webp" -REQUIRED_IUSE=" +REQUIRED_USE=" svg? ( cairo ) vala? ( introspection ) " diff --git a/media-libs/gegl/gegl-0.3.8.ebuild b/media-libs/gegl/gegl-0.3.8.ebuild index faaf59a22717..9d0989af1996 100644 --- a/media-libs/gegl/gegl-0.3.8.ebuild +++ b/media-libs/gegl/gegl-0.3.8.ebuild @@ -26,7 +26,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0.3" IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection jpeg2k lcms lensfun openexr raw sdl svg test tiff umfpack vala v4l webp" -REQUIRED_IUSE=" +REQUIRED_USE=" svg? ( cairo ) vala? ( introspection ) " diff --git a/media-libs/gegl/gegl-9999.ebuild b/media-libs/gegl/gegl-9999.ebuild index 4fca26cf55c7..b051aeba0ef6 100644 --- a/media-libs/gegl/gegl-9999.ebuild +++ b/media-libs/gegl/gegl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ LICENSE="|| ( GPL-3 LGPL-3 )" SLOT="0.3" IUSE="cairo cpu_flags_x86_mmx cpu_flags_x86_sse debug ffmpeg +introspection jpeg jpeg2k lcms lensfun libav openexr png raw sdl svg test tiff umfpack vala v4l webp" -REQUIRED_IUSE=" +REQUIRED_USE=" svg? ( cairo ) vala? ( introspection ) " |