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 A7D4F139085 for ; Wed, 28 Dec 2016 11:58:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1D57E0C25; Wed, 28 Dec 2016 11:58:17 +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 87D87E0C25 for ; Wed, 28 Dec 2016 11:58:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A9A0F3414A6 for ; Wed, 28 Dec 2016 11:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6852824ED for ; Wed, 28 Dec 2016 11:58:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1482926286.ef0c64ee15be7f4778645f43b5dce9c15f4c5efb.pacho@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.10.ebuild X-VCS-Directories: media-libs/gegl/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ef0c64ee15be7f4778645f43b5dce9c15f4c5efb X-VCS-Branch: master Date: Wed, 28 Dec 2016 11:58:15 +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: 51161039-9c1a-42d7-9d2c-038c287364f5 X-Archives-Hash: abb1947412aa06eee376df3d2f48465b commit: ef0c64ee15be7f4778645f43b5dce9c15f4c5efb Author: Pacho Ramos gentoo org> AuthorDate: Wed Dec 28 11:36:40 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Dec 28 11:58:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef0c64ee media-libs/gegl: Needs to be rebuilt with libraw subslot bumps Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/gegl/gegl-0.3.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gegl/gegl-0.3.10.ebuild b/media-libs/gegl/gegl-0.3.10.ebuild index 3e7c741..d49bb4f 100644 --- a/media-libs/gegl/gegl-0.3.10.ebuild +++ b/media-libs/gegl/gegl-0.3.10.ebuild @@ -53,7 +53,7 @@ RDEPEND=" lensfun? ( >=media-libs/lensfun-0.2.5 ) openexr? ( media-libs/openexr:= ) media-libs/libpng:0= - raw? ( >=media-libs/libraw-0.15.4 ) + raw? ( >=media-libs/libraw-0.15.4:0= ) sdl? ( media-libs/libsdl ) svg? ( >=gnome-base/librsvg-2.14:2 ) tiff? ( >=media-libs/tiff-4:0 )