From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 29940138CD2 for ; Mon, 25 May 2015 14:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 362A2E0855; Mon, 25 May 2015 14:51:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE13DE0855 for ; Mon, 25 May 2015 14:51:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF589340B4F for ; Mon, 25 May 2015 14:51:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FC4C9DF for ; Mon, 25 May 2015 14:51:37 +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: <1432565272.13cc28e63ea60826ba5f4e73cf69f6f11eae73a7.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/gegl/ X-VCS-Repository: proj/gnome X-VCS-Files: media-libs/gegl/gegl-0.3.0_pre20150304.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 13cc28e63ea60826ba5f4e73cf69f6f11eae73a7 X-VCS-Branch: master Date: Mon, 25 May 2015 14:51:37 +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: a01efe35-a811-4f1a-afb2-4ec45d977572 X-Archives-Hash: 7d598247a3f9a986cc4f61a13feab187 commit: 13cc28e63ea60826ba5f4e73cf69f6f11eae73a7 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon May 25 14:47:52 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon May 25 14:47:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=13cc28e6 media-libs/gegl: add missing json-glib dependency, bug #549530 media-libs/gegl/gegl-0.3.0_pre20150304.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/gegl/gegl-0.3.0_pre20150304.ebuild b/media-libs/gegl/gegl-0.3.0_pre20150304.ebuild index e09b792..78f8046 100644 --- a/media-libs/gegl/gegl-0.3.0_pre20150304.ebuild +++ b/media-libs/gegl/gegl-0.3.0_pre20150304.ebuild @@ -24,6 +24,7 @@ REQUIRED_IUSE="vala? ( introspection )" RDEPEND=" >=dev-libs/glib-2.36:2 + dev-libs/json-glib >=media-libs/babl-0.1.12 sys-libs/zlib >=x11-libs/gdk-pixbuf-2.18:2