diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-08 06:37:02 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-08 06:37:02 +0000 |
commit | 732e50a7f00fce1ea6234b79d3e987cbf854df66 (patch) | |
tree | bac93d28bcf843750b6193d5666088574c1ecb5e /media-gfx/shotwell/shotwell-0.14.1.ebuild | |
parent | Fix tevent dependency #468948 (diff) | |
download | gentoo-2-732e50a7f00fce1ea6234b79d3e987cbf854df66.tar.gz gentoo-2-732e50a7f00fce1ea6234b79d3e987cbf854df66.tar.bz2 gentoo-2-732e50a7f00fce1ea6234b79d3e987cbf854df66.zip |
media-gfx/shotwell: Add missing dep on gnome-base/dconf to avoid crashing of shotwell, #468688
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'media-gfx/shotwell/shotwell-0.14.1.ebuild')
-rw-r--r-- | media-gfx/shotwell/shotwell-0.14.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/shotwell/shotwell-0.14.1.ebuild b/media-gfx/shotwell/shotwell-0.14.1.ebuild index a10e3220a3b7..2b4a0f133e29 100644 --- a/media-gfx/shotwell/shotwell-0.14.1.ebuild +++ b/media-gfx/shotwell/shotwell-0.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.14.1.ebuild,v 1.1 2013/04/29 13:53:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/shotwell/shotwell-0.14.1.ebuild,v 1.2 2013/05/08 06:37:02 jlec Exp $ EAPI=5 @@ -33,6 +33,7 @@ RDEPEND=" >=dev-libs/json-glib-0.7.6 >=dev-libs/libgee-0.5.0:0 >=dev-libs/libxml2-2.6.32:2 + gnome-base/dconf >=media-libs/gexiv2-0.4.90 media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 |