Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260141 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/kde-base/kdnssd/kdnssd-4.2.0.ebuild (-3 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2009 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/kdnssd-4.2.0.ebuild,v 1.2 2009/02/01 07:09:37 jmbsvicetto Exp $
3
# $Header: $
4
EAPI="2"
4
EAPI="2"
Lines 9-17 Link Here
9
DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
9
DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
10
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
10
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
11
IUSE="debug"
11
IUSE="debug zeroconf"
12
DEPEND="|| ( net-dns/avahi[mdnsresponder-compat] net-misc/mDNSResponder )"
12
DEPEND="
13
	zeroconf? ( >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,zeroconf] )
14
"
13
RDEPEND="${DEPEND}"
15
RDEPEND="${DEPEND}"
14
src_configure() {
16
src_configure() {

Return to bug 260141