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 A51A41388BF for ; Fri, 8 Jan 2016 18:09:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51A1BE086A; Fri, 8 Jan 2016 18:09:17 +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 BE2BBE086A for ; Fri, 8 Jan 2016 18:09:16 +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 A54503409FE for ; Fri, 8 Jan 2016 18:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2710DCB1 for ; Fri, 8 Jan 2016 18:09:14 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1452276546.0a611fb53f3d2a6b51f44547107346b724eba00a.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/darktable/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/darktable/darktable-2.0.0.ebuild media-gfx/darktable/darktable-9999.ebuild X-VCS-Directories: media-gfx/darktable/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 0a611fb53f3d2a6b51f44547107346b724eba00a X-VCS-Branch: master Date: Fri, 8 Jan 2016 18:09:14 +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: 2af229c0-9fd0-47fd-aa9b-1c0fae2a1738 X-Archives-Hash: 80809e00016cdb3a512f27842a069f5a commit: 0a611fb53f3d2a6b51f44547107346b724eba00a Author: Markus Meier gentoo org> AuthorDate: Fri Jan 8 18:09:06 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Jan 8 18:09:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a611fb5 media-gfx/darktable: fix colord dep by Marek Szuba in bug #567556 Package-Manager: portage-2.2.26 media-gfx/darktable/darktable-2.0.0.ebuild | 2 +- media-gfx/darktable/darktable-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/darktable/darktable-2.0.0.ebuild b/media-gfx/darktable/darktable-2.0.0.ebuild index f1f16a4..942f885 100644 --- a/media-gfx/darktable/darktable-2.0.0.ebuild +++ b/media-gfx/darktable/darktable-2.0.0.ebuild @@ -41,7 +41,7 @@ CDEPEND=" x11-libs/cairo x11-libs/gtk+:3 x11-libs/pango - colord? ( x11-misc/colord:0= ) + colord? ( x11-libs/colord-gtk:0= ) cups? ( net-print/cups ) flickr? ( media-libs/flickcurl ) gphoto2? ( media-libs/libgphoto2:= ) diff --git a/media-gfx/darktable/darktable-9999.ebuild b/media-gfx/darktable/darktable-9999.ebuild index 124851e..d53ed70 100644 --- a/media-gfx/darktable/darktable-9999.ebuild +++ b/media-gfx/darktable/darktable-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$ @@ -39,7 +39,7 @@ CDEPEND=" x11-libs/cairo x11-libs/gtk+:3 x11-libs/pango - colord? ( x11-misc/colord:0= ) + colord? ( x11-libs/colord-gtk:0= ) cups? ( net-print/cups ) flickr? ( media-libs/flickcurl ) geo? ( net-libs/libsoup:2.4 )