diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-25 21:48:50 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-02-25 21:48:50 +0000 |
commit | 1f6d42f5f6c9db886d645cc4673f5c45615ff415 (patch) | |
tree | ebc62e4691a49481a7a3f5ce50ec65704510edcb /net-wireless | |
parent | depend virtual/jpeg (diff) | |
download | gentoo-2-1f6d42f5f6c9db886d645cc4673f5c45615ff415.tar.gz gentoo-2-1f6d42f5f6c9db886d645cc4673f5c45615ff415.tar.bz2 gentoo-2-1f6d42f5f6c9db886d645cc4673f5c45615ff415.zip |
Re-add missing gconf, needed for unconditionnal geoclue support, bug #356379.
(Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnome-bluetooth/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-wireless/gnome-bluetooth/ChangeLog b/net-wireless/gnome-bluetooth/ChangeLog index f6605199f5b7..07cb1b8979ed 100644 --- a/net-wireless/gnome-bluetooth/ChangeLog +++ b/net-wireless/gnome-bluetooth/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gnome-bluetooth # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.91 2011/02/24 20:41:43 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/ChangeLog,v 1.92 2011/02/25 21:48:50 eva Exp $ + + 25 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> + gnome-bluetooth-2.32.0.ebuild: + Re-add missing gconf, needed for unconditionnal geoclue support, bug #356379. 24 Feb 2011; Thomas Kahle <tomka@gentoo.org> gnome-bluetooth-2.32.0.ebuild: x86 stable per bug 353436 diff --git a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild index 60ff3b883c5c..06af1ec33959 100644 --- a/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild +++ b/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.10 2011/02/24 20:41:43 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnome-bluetooth/gnome-bluetooth-2.32.0.ebuild,v 1.11 2011/02/25 21:48:50 eva Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -19,6 +19,7 @@ IUSE="doc +introspection nautilus" COMMON_DEPEND=">=dev-libs/glib-2.26.1-r1:2 >=x11-libs/gtk+-2.19.1:2 >=x11-libs/libnotify-0.4.3 + >=gnome-base/gconf-2.6 >=dev-libs/dbus-glib-0.74 dev-libs/libunique nautilus? ( >=gnome-extra/nautilus-sendto-2.31.7 )" |