Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 58179
Collapse All | Expand All

(-)kdelibs-3.3.0_beta2.ebuild.old (-2 / +3 lines)
Lines 2-8 Link Here
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/kdelibs/kdelibs-3.3.0_beta2.ebuild,v 1.2 2004/07/23 19:18:11 mr_bones_ Exp $
3
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.3.0_beta2.ebuild,v 1.2 2004/07/23 19:18:11 mr_bones_ Exp $
4
4
5
inherit kde eutils
5
inherit kde eutils flag-o-matic
6
set-kdedir 3.3
6
set-kdedir 3.3
7
7
8
MY_PV=3.2.92
8
MY_PV=3.2.92
Lines 14-20 Link Here
14
14
15
LICENSE="GPL-2 LGPL-2"
15
LICENSE="GPL-2 LGPL-2"
16
SLOT="3.3"
16
SLOT="3.3"
17
KEYWORDS="~x86 ~amd64"
17
KEYWORDS="~x86 ~amd64 ~ppc64"
18
IUSE="alsa cups ipv6 ssl doc ldap arts"
18
IUSE="alsa cups ipv6 ssl doc ldap arts"
19
19
20
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
20
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
Lines 58-63 Link Here
58
	use cups	&& myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups"
58
	use cups	&& myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups"
59
59
60
	use x86 && myconf="$myconf --enable-fast-malloc=full"
60
	use x86 && myconf="$myconf --enable-fast-malloc=full"
61
	use ppc64 && append-flags -mminimal-toc
61
62
62
	kde_src_compile configure make
63
	kde_src_compile configure make
63
64

Return to bug 58179