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

Collapse All | Expand All

(-)/usr/portage/kde-base/kdelibs/kdelibs-3.5.7-r3.ebuild (-8 / +9 lines)
Lines 14-21 Link Here
14
LICENSE="GPL-2 LGPL-2"
14
LICENSE="GPL-2 LGPL-2"
15
SLOT="3.5"
15
SLOT="3.5"
16
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
16
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
17
IUSE="acl alsa arts branding cups doc jpeg2k kerberos legacyssl utempter openexr spell tiff
17
IUSE="acl alsa arts bindist branding cups doc jpeg2k kerberos legacyssl utempter openexr spell tiff
18
avahi kernel_linux fam lua kdehiddenvisibility"
18
     avahi kernel_linux fam lua kdehiddenvisibility"
19
19
20
# Added aspell-en as dependency to work around bug 131512.
20
# Added aspell-en as dependency to work around bug 131512.
21
# Made openssl and zeroconf mandatory dependencies, see bug #172972 and #175984
21
# Made openssl and zeroconf mandatory dependencies, see bug #172972 and #175984
Lines 37-43 Link Here
37
	kerberos? ( virtual/krb5 )
37
	kerberos? ( virtual/krb5 )
38
	jpeg2k? ( media-libs/jasper )
38
	jpeg2k? ( media-libs/jasper )
39
	openexr? ( >=media-libs/openexr-1.2.2-r2 )
39
	openexr? ( >=media-libs/openexr-1.2.2-r2 )
40
	!avahi? ( net-misc/mDNSResponder !kde-misc/kdnssd-avahi )
40
	!avahi? ( !bindist? ( net-misc/mDNSResponder !kde-misc/kdnssd-avahi ) )
41
	fam? ( virtual/fam )
41
	fam? ( virtual/fam )
42
	virtual/ghostscript
42
	virtual/ghostscript
43
	utempter? ( sys-libs/libutempter )
43
	utempter? ( sys-libs/libutempter )
Lines 55-61 Link Here
55
	x11-apps/rgb
55
	x11-apps/rgb
56
	x11-apps/iceauth"
56
	x11-apps/iceauth"
57
57
58
PDEPEND="avahi? ( kde-misc/kdnssd-avahi )"
58
PDEPEND="avahi? ( kde-misc/kdnssd-avahi )
59
	    bindist? ( kde-misc/kdnssd-avahi )"
59
60
60
# Testing code is rather broken and merely for developer purposes, so disable it.
61
# Testing code is rather broken and merely for developer purposes, so disable it.
61
RESTRICT="test"
62
RESTRICT="test"
Lines 128-137 Link Here
128
			$(use_enable kernel_linux sendfile) --enable-mitshm
129
			$(use_enable kernel_linux sendfile) --enable-mitshm
129
			$(use_with spell aspell)"
130
			$(use_with spell aspell)"
130
131
131
	if ! use avahi; then
132
	if use avahi || use bindist ; then
132
		myconf="${myconf} --enable-dnssd"
133
	else
134
		myconf="${myconf} --disable-dnssd"
133
		myconf="${myconf} --disable-dnssd"
134
	else
135
		myconf="${myconf} --enable-dnssd"
135
	fi
136
	fi
136
137
137
	if has_version x11-apps/rgb; then
138
	if has_version x11-apps/rgb; then
Lines 170-176 Link Here
170
	fi
171
	fi
171
172
172
	# Get rid of the disabled version of the kdnsd libraries
173
	# Get rid of the disabled version of the kdnsd libraries
173
	if use avahi; then
174
	if use avahi || use bindist ; then
174
		rm -rf "${D}/${PREFIX}"/$(get_libdir)/libkdnssd.*
175
		rm -rf "${D}/${PREFIX}"/$(get_libdir)/libkdnssd.*
175
	fi
176
	fi
176
177

Return to bug 198762