diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-10-29 17:10:01 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-10-29 17:10:01 +0000 |
commit | 3462a70848bc085d32bf53c94f3912c71ed73994 (patch) | |
tree | 04964f0cb65a5675e7504cb81bfd9f7483f88ced /gnome-base/gnome-vfs | |
parent | Updated dbus depend to also be on the specific dbus bindings (diff) | |
download | gentoo-2-3462a70848bc085d32bf53c94f3912c71ed73994.tar.gz gentoo-2-3462a70848bc085d32bf53c94f3912c71ed73994.tar.bz2 gentoo-2-3462a70848bc085d32bf53c94f3912c71ed73994.zip |
Fixing dbus depends to depend on specific bindings for the future
(Portage version: 2.1.2_pre3-r8)
Diffstat (limited to 'gnome-base/gnome-vfs')
-rw-r--r-- | gnome-base/gnome-vfs/gnome-vfs-2.16.0-r1.ebuild | 4 | ||||
-rw-r--r-- | gnome-base/gnome-vfs/gnome-vfs-2.16.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.16.0-r1.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.16.0-r1.ebuild index 326a228b19fa..62341d05018f 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.16.0-r1.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.16.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.16.0-r1.ebuild,v 1.5 2006/10/29 16:46:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.16.0-r1.ebuild,v 1.6 2006/10/29 17:10:01 cardoe Exp $ inherit eutils gnome2 autotools @@ -21,7 +21,7 @@ RDEPEND=">=gnome-base/gconf-2 virtual/fam gnome-base/gnome-mime-data >=x11-misc/shared-mime-info-0.14 - || ( >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.32 ) + || ( ( >=sys-apps/dbus-core-0.91 >=dev-libs/dbus-glib-0.71 ) >=sys-apps/dbus-0.32 ) samba? ( >=net-fs/samba-3 ) gnutls? ( net-libs/gnutls diff --git a/gnome-base/gnome-vfs/gnome-vfs-2.16.1.ebuild b/gnome-base/gnome-vfs/gnome-vfs-2.16.1.ebuild index 1b94bcb2f7f8..54ff60a644d5 100644 --- a/gnome-base/gnome-vfs/gnome-vfs-2.16.1.ebuild +++ b/gnome-base/gnome-vfs/gnome-vfs-2.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.16.1.ebuild,v 1.4 2006/10/29 16:46:40 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-vfs/gnome-vfs-2.16.1.ebuild,v 1.5 2006/10/29 17:10:01 cardoe Exp $ inherit eutils gnome2 autotools @@ -21,7 +21,7 @@ RDEPEND=">=gnome-base/gconf-2 virtual/fam gnome-base/gnome-mime-data >=x11-misc/shared-mime-info-0.14 - || ( >=dev-libs/dbus-glib-0.71 >=sys-apps/dbus-0.32 ) + || ( ( >=sys-apps/dbus-core-0.91 >=dev-libs/dbus-glib-0.71 ) >=sys-apps/dbus-0.32 ) samba? ( >=net-fs/samba-3 ) gnutls? ( net-libs/gnutls |