Skip to content

Commit

Permalink
media-libs/gegl: fix a typo in REQUIRED_USE, bug #593944
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
EvaSDK committed Sep 17, 2016
1 parent f3591be commit 92619ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions media-libs/gegl/gegl-0.3.0.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion media-libs/gegl/gegl-0.3.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"
Expand Down
2 changes: 1 addition & 1 deletion media-libs/gegl/gegl-0.3.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
"
Expand Down
4 changes: 2 additions & 2 deletions media-libs/gegl/gegl-9999.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand Down Expand Up @@ -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 )
"
Expand Down

0 comments on commit 92619ff

Please sign in to comment.