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

Collapse All | Expand All

(-)kdelibs-3.3.0.ebuild.orig (-2 / +4 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2 LGPL-2"
12
LICENSE="GPL-2 LGPL-2"
13
SLOT="3.3"
13
SLOT="3.3"
14
KEYWORDS="x86 ~amd64 ppc64 ~mips ~sparc ppc"
14
KEYWORDS="x86 ~amd64 ppc64 ~mips ~sparc ppc"
15
IUSE="alsa arts cups doc ipv6 ldap ssl tiff"
15
IUSE="alsa arts cups doc ipv6 ldap ssl tiff kerberos"
16
16
17
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
17
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
18
# so we recreate the entire DEPEND from scratch.
18
# so we recreate the entire DEPEND from scratch.
Lines 28-33 Link Here
28
	cups? ( >=net-print/cups-1.1.19 )
28
	cups? ( >=net-print/cups-1.1.19 )
29
	ldap? ( >=net-nds/openldap-2.1.26 )
29
	ldap? ( >=net-nds/openldap-2.1.26 )
30
	tiff? ( media-libs/tiff )
30
	tiff? ( media-libs/tiff )
31
	kerberos? ( virtual/krb5 )
31
	>=app-admin/fam-2.7.0
32
	>=app-admin/fam-2.7.0
32
	virtual/ghostscript
33
	virtual/ghostscript
33
	media-libs/libart_lgpl
34
	media-libs/libart_lgpl
Lines 53-59 Link Here
53
	use ssl		&& myconf="$myconf --with-ssl-dir=/usr"	|| myconf="$myconf --without-ssl"
54
	use ssl		&& myconf="$myconf --with-ssl-dir=/usr"	|| myconf="$myconf --without-ssl"
54
	use alsa	&& myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa"
55
	use alsa	&& myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa"
55
	use cups	&& myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups"
56
	use cups	&& myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups"
56
57
	use kerberos	|| myconf="$myconf --with-gssapi=no"
58
	
57
	use x86 && myconf="$myconf --enable-fast-malloc=full"
59
	use x86 && myconf="$myconf --enable-fast-malloc=full"
58
	use ppc64 && append-flags -mminimal-toc
60
	use ppc64 && append-flags -mminimal-toc
59
61

Return to bug 52994