From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F322F138330 for ; Sat, 17 Sep 2016 14:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 128F0E0A86; Sat, 17 Sep 2016 14:03:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1297E0A86 for ; Sat, 17 Sep 2016 14:03:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81F52340B81 for ; Sat, 17 Sep 2016 14:03:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA247248A for ; Sat, 17 Sep 2016 14:03:31 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1474120962.92619ff4b91e2a83402e18d0cca938d6b2821646.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gegl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gegl/gegl-0.3.0.ebuild media-libs/gegl/gegl-0.3.4.ebuild media-libs/gegl/gegl-0.3.8.ebuild media-libs/gegl/gegl-9999.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 92619ff4b91e2a83402e18d0cca938d6b2821646 X-VCS-Branch: master Date: Sat, 17 Sep 2016 14:03:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0020b36a-bccd-4161-8fb5-ec1b07ba193a X-Archives-Hash: 900b79c171478fb14e1f9c8add9274bd commit: 92619ff4b91e2a83402e18d0cca938d6b2821646 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sat Sep 17 13:56:14 2016 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sat Sep 17 14:02:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92619ff4 media-libs/gegl: fix a typo in REQUIRED_USE, bug #593944 Package-Manager: portage-2.3.0 media-libs/gegl/gegl-0.3.0.ebuild | 4 ++-- media-libs/gegl/gegl-0.3.4.ebuild | 2 +- media-libs/gegl/gegl-0.3.8.ebuild | 2 +- 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 d501766..9f4223b 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 4b07ad3..40a4972 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 faaf59a..9d0989a 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 4fca26c..b051aeb 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 ) "