diff options
author | 2006-11-12 14:28:46 +0000 | |
---|---|---|
committer | 2006-11-12 14:28:46 +0000 | |
commit | 744a9e5b61c251a033692696717bc39378fe5d87 (patch) | |
tree | 3633b6d0adb652b39a02cd5d5f2090fcfb5cae8f /net-dns/avahi | |
parent | Marking amd64 stable, bug 153507 revisited (diff) | |
download | gentoo-2-744a9e5b61c251a033692696717bc39378fe5d87.tar.gz gentoo-2-744a9e5b61c251a033692696717bc39378fe5d87.tar.bz2 gentoo-2-744a9e5b61c251a033692696717bc39378fe5d87.zip |
Update the dbus dependency.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/avahi-0.6.15.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-dns/avahi/avahi-0.6.15.ebuild b/net-dns/avahi/avahi-0.6.15.ebuild index e027e5b82890..6017e454c56e 100644 --- a/net-dns/avahi/avahi-0.6.15.ebuild +++ b/net-dns/avahi/avahi-0.6.15.ebuild @@ -1,6 +1,6 @@ # Copyright 2000-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.15.ebuild,v 1.7 2006/11/12 03:09:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.15.ebuild,v 1.8 2006/11/12 14:28:46 swegener Exp $ inherit eutils mono python qt3 qt4 @@ -29,7 +29,10 @@ RDEPEND=">=dev-libs/libdaemon-0.5 python? ( || ( dev-python/dbus-python - <sys-apps/dbus-0.94 + ( + <sys-apps/dbus-0.90 + >=sys-apps/dbus-0.30 + ) ) ) ) |