summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/nss-mdns/nss-mdns-0.10.ebuild')
-rw-r--r--sys-auth/nss-mdns/nss-mdns-0.10.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-auth/nss-mdns/nss-mdns-0.10.ebuild b/sys-auth/nss-mdns/nss-mdns-0.10.ebuild
index 95fa509c9ae1..8aaaa830cbf9 100644
--- a/sys-auth/nss-mdns/nss-mdns-0.10.ebuild
+++ b/sys-auth/nss-mdns/nss-mdns-0.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.10.ebuild,v 1.4 2007/11/23 15:29:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-mdns/nss-mdns-0.10.ebuild,v 1.5 2007/11/23 22:13:03 drac Exp $
inherit autotools eutils
@@ -10,7 +10,7 @@ SRC_URI="http://0pointer.de/lennart/projects/nss-mdns/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="amd64 ~hppa ~mips ~ppc x86"
IUSE=""
DEPEND="net-dns/avahi"
@@ -19,7 +19,6 @@ RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
-
epatch "${FILESDIR}"/${PN}-0.8-avahi-socket.patch
}