diff options
author | Markus Meier <maekke@gentoo.org> | 2016-01-08 19:09:06 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-01-08 19:09:06 +0100 |
commit | 0a611fb53f3d2a6b51f44547107346b724eba00a (patch) | |
tree | da03e1a50517f982a8f6cc5ed8bc171c6a6543f3 /media-gfx | |
parent | media-gfx/darktable: add backward compat warning by karpi in bug #569872 (diff) | |
download | gentoo-0a611fb53f3d2a6b51f44547107346b724eba00a.tar.gz gentoo-0a611fb53f3d2a6b51f44547107346b724eba00a.tar.bz2 gentoo-0a611fb53f3d2a6b51f44547107346b724eba00a.zip |
media-gfx/darktable: fix colord dep by Marek Szuba in bug #567556
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/darktable/darktable-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | 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 f1f16a4a1eb0..942f885bbbbe 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 124851ec3d59..d53ed701a92e 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 ) |