summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-02-28 14:32:48 +0000
committerSamuli Suominen <drac@gentoo.org>2008-02-28 14:32:48 +0000
commitb4cd85f9b1e615c42090fbb0d3c97110af429352 (patch)
treeaf53b44160ebfe03173b2fa74c277e103e286f72 /dev-dotnet
parentStable on ppc wrt bug 208917 (diff)
downloadgentoo-2-b4cd85f9b1e615c42090fbb0d3c97110af429352.tar.gz
gentoo-2-b4cd85f9b1e615c42090fbb0d3c97110af429352.tar.bz2
gentoo-2-b4cd85f9b1e615c42090fbb0d3c97110af429352.zip
Default to avahi instead of mDNSResponder, thanks to armin76 for reminding me of this ebuild.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/mono-zeroconf/ChangeLog6
-rw-r--r--dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-dotnet/mono-zeroconf/ChangeLog b/dev-dotnet/mono-zeroconf/ChangeLog
index dbd8a8789b54..87ccd567b06f 100644
--- a/dev-dotnet/mono-zeroconf/ChangeLog
+++ b/dev-dotnet/mono-zeroconf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-dotnet/mono-zeroconf
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.2 2008/01/27 23:08:48 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/ChangeLog,v 1.3 2008/02/28 14:32:48 drac Exp $
+
+ 28 Feb 2008; Samuli Suominen <drac@gentoo.org> mono-zeroconf-0.7.5.ebuild:
+ Default to avahi instead of mDNSResponder, thanks to armin76 for reminding
+ me of this ebuild.
27 Jan 2008; Christian Faulhammer <opfer@gentoo.org>
mono-zeroconf-0.7.5.ebuild:
diff --git a/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild b/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild
index 33dd1b0cb00d..42cebf7fb6ea 100644
--- a/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild
+++ b/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild,v 1.3 2008/01/27 23:08:48 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/mono-zeroconf/mono-zeroconf-0.7.5.ebuild,v 1.4 2008/02/28 14:32:48 drac Exp $
+
+EAPI=1
inherit eutils mono
@@ -11,7 +13,7 @@ SRC_URI="http://banshee-project.org/files/${PN}/${P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="avahi"
+IUSE="+avahi"
RDEPEND=">=dev-lang/mono-1.1.10
avahi? ( >=net-dns/avahi-0.6 )