diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-01-19 19:00:41 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-01-19 19:00:41 +0000 |
commit | a1e41e1453664d10373a290f59b818b542854857 (patch) | |
tree | 239470d4c36dfed575dd654518caeab6c17b9bad /net-dns | |
parent | Stable on amd64 (diff) | |
download | gentoo-2-a1e41e1453664d10373a290f59b818b542854857.tar.gz gentoo-2-a1e41e1453664d10373a290f59b818b542854857.tar.bz2 gentoo-2-a1e41e1453664d10373a290f59b818b542854857.zip |
Had to up the mono dep
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/avahi-0.6.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/avahi/avahi-0.6.4.ebuild b/net-dns/avahi/avahi-0.6.4.ebuild index 6c98e881d500..00262e8696d3 100644 --- a/net-dns/avahi/avahi-0.6.4.ebuild +++ b/net-dns/avahi/avahi-0.6.4.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/net-dns/avahi/avahi-0.6.4.ebuild,v 1.1 2006/01/18 17:35:48 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.4.ebuild,v 1.2 2006/01/19 19:00:41 cardoe Exp $ inherit eutils qt3 mono python @@ -22,7 +22,7 @@ RDEPEND=">=dev-libs/libdaemon-0.5 >=gnome-base/libglade-2 >=dev-libs/glib-2 ) - mono? ( >=dev-lang/mono-1.1.3 ) + mono? ( >=dev-lang/mono-1.1.10 ) dbus? ( >=sys-apps/dbus-0.30 ) python? ( >=virtual/python-2.4 |