summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-27 22:54:52 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-12-27 22:54:52 +0000
commitc7bb8c9b288110c664b740cc0428d29120db551c (patch)
treef68c2b57cbcee45e0f2dcbd25a6a56e876b13711 /gnome-base
parentrestrict mirror fetching as laid out in bug 446792 by ulm (diff)
downloadgentoo-2-c7bb8c9b288110c664b740cc0428d29120db551c.tar.gz
gentoo-2-c7bb8c9b288110c664b740cc0428d29120db551c.tar.bz2
gentoo-2-c7bb8c9b288110c664b740cc0428d29120db551c.zip
Add missing gdbus-codegen dependency (bug #448916, thanks to Mark).
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gvfs/ChangeLog5
-rw-r--r--gnome-base/gvfs/gvfs-1.14.2.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog
index e8f00adb22d3..e0d11bc15fda 100644
--- a/gnome-base/gvfs/ChangeLog
+++ b/gnome-base/gvfs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-base/gvfs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.195 2012/12/10 11:26:30 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.196 2012/12/27 22:54:52 tetromino Exp $
+
+ 27 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gvfs-1.14.2.ebuild:
+ Add missing gdbus-codegen dependency (bug #448916, thanks to Mark).
10 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> -gvfs-1.14.1.ebuild,
gvfs-1.14.2.ebuild:
diff --git a/gnome-base/gvfs/gvfs-1.14.2.ebuild b/gnome-base/gvfs/gvfs-1.14.2.ebuild
index c3e3398ec0c4..c2da8420639b 100644
--- a/gnome-base/gvfs/gvfs-1.14.2.ebuild
+++ b/gnome-base/gvfs/gvfs-1.14.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.3 2012/12/10 11:26:30 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.4 2012/12/27 22:54:52 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -67,6 +67,7 @@ DEPEND="${RDEPEND}
dev-libs/libxslt
>=dev-util/intltool-0.40
virtual/pkgconfig
+ dev-util/gdbus-codegen
dev-util/gtk-doc-am
doc? ( >=dev-util/gtk-doc-1 )"
@@ -109,6 +110,7 @@ src_configure() {
$(use_enable bluetooth obexftp)
$(use_enable bluray)
$(use_enable cdda)
+ $(use_enable doc gtk-doc)
$(use_enable fuse)
$(use_enable gdu)
$(use_enable gphoto2)