summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-11 20:38:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-11 20:38:07 +0000
commit5958fc103cf93316fee96cb01925b7dbb2835dff (patch)
tree259f9e4a0fd88694702788a2871eaa7c059938fd /media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild
parentRemove USE lirc so we can request this version for stable wrt #165839 and #25... (diff)
downloadgentoo-2-5958fc103cf93316fee96cb01925b7dbb2835dff.tar.gz
gentoo-2-5958fc103cf93316fee96cb01925b7dbb2835dff.tar.bz2
gentoo-2-5958fc103cf93316fee96cb01925b7dbb2835dff.zip
Rename mDNSResponder to mDNSResponderPosix wrt #205486
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild')
-rw-r--r--media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild b/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild
index 266aa45e590f..7b36de989f7f 100644
--- a/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild
+++ b/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild,v 1.6 2009/05/11 17:55:35 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.4.2.ebuild,v 1.7 2009/05/11 20:38:06 ssuominen Exp $
EAPI=2
inherit autotools eutils
@@ -26,7 +26,7 @@ src_prepare() {
cp "${FILESDIR}"/${PN}.init.2 initd
if use avahi; then
- sed -i -e 's:#USEHOWL need mDNSResponder:need avahi-daemon:' initd
+ sed -i -e 's:#USEHOWL need mDNSResponderPosix:need avahi-daemon:' initd
else
sed -i -e 's:#USEHOWL ::' initd
fi