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
4
5
EAPI="2"
5
EAPI="2"
6
6
Lines 9-17 Link Here
9
9
10
DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
10
DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
11
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
11
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
12
IUSE="debug"
12
IUSE="debug zeroconf"
13
13
14
DEPEND="|| ( net-dns/avahi[mdnsresponder-compat] net-misc/mDNSResponder )"
14
DEPEND="
15
	zeroconf? ( >=kde-base/kdelibs[zeroconf] )
16
"
15
RDEPEND="${DEPEND}"
17
RDEPEND="${DEPEND}"
16
18
17
src_configure() {
19
src_configure() {

Return to bug 260141