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

(-)file_not_specified_in_diff (-3 / +12 lines)
Line  Link Here
0
-- /tmp/kdnssd-4.2.0.ebuild    2009-02-25 17:22:44 +0000
0
++ /usr/portage/kde-base/kdnssd/kdnssd-4.2.0.ebuild    2009-02-25 17:27:33 +0000
Lines 9-19 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 +avahi zeroconf"
12
DEPEND=""
12
DEPEND="
13
        avahi? ( !zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) )
14
        zeroconf? ( !avahi? ( net-misc/mDNSResponder ) )
15
"
13
RDEPEND="${DEPEND}"
16
RDEPEND="${DEPEND}"
17
pkg_setup() {
18
       if use avahi && use zeroconf; then
19
               eerror "Please disable avahi or zeroconf, both can not be enabled!" && die
20
       fi
21
}
22
14
src_configure() {
23
src_configure() {
15
       mycmakeargs="${mycmakeargs} -DWITH_Xmms=OFF -DWITH_DNSSD=OFF"
24
       mycmakeargs="${mycmakeargs} -DWITH_Xmms=OFF -DWITH_DNSSD=OFF"

Return to bug 260141