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

Collapse All | Expand All

(-)/usr/portage/kde-base/kdelibs/kdelibs-3.2.2.ebuild (-3 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
1
# Copyright 1999-2004 Gentoo Technologies, Inc.
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: /home/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.2.ebuild,v 1.1 2004/04/19 12:20:32 caleb Exp $
3
# $Header: $
4
4
5
inherit kde
5
inherit kde
6
6
Lines 14-20 Link Here
14
LICENSE="GPL-2 LGPL-2"
14
LICENSE="GPL-2 LGPL-2"
15
SLOT="3.2"
15
SLOT="3.2"
16
KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64"
16
KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64"
17
IUSE="alsa cups ipv6 ssl doc ldap"
17
IUSE="alsa arts cups ipv6 ssl doc ldap"
18
18
19
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
19
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
20
# so we recreate the entire DEPEND from scratch.
20
# so we recreate the entire DEPEND from scratch.
Lines 25-30 Link Here
25
	>=dev-libs/libpcre-3.9
25
	>=dev-libs/libpcre-3.9
26
	ssl? ( >=dev-libs/openssl-0.9.6k )
26
	ssl? ( >=dev-libs/openssl-0.9.6k )
27
	alsa? ( media-libs/alsa-lib virtual/alsa )
27
	alsa? ( media-libs/alsa-lib virtual/alsa )
28
	arts? ( >=kde-base/arts-1.2.1 )
28
	cups? ( >=net-print/cups-1.1.19 )
29
	cups? ( >=net-print/cups-1.1.19 )
29
	ldap? ( >=net-nds/openldap-2.0.25 )
30
	ldap? ( >=net-nds/openldap-2.0.25 )
30
	media-libs/tiff
31
	media-libs/tiff
Lines 32-38 Link Here
32
	virtual/ghostscript
33
	virtual/ghostscript
33
	media-libs/libart_lgpl
34
	media-libs/libart_lgpl
34
	sys-devel/gettext
35
	sys-devel/gettext
35
	~kde-base/arts-1.2.2
36
	>=x11-libs/qt-3.2.3"
36
	>=x11-libs/qt-3.2.3"
37
RDEPEND="${DEPEND}
37
RDEPEND="${DEPEND}
38
	app-text/sgml-common
38
	app-text/sgml-common
Lines 53-58 Link Here
53
	use ipv6	|| myconf="$myconf --with-ipv6-lookup=no"
53
	use ipv6	|| myconf="$myconf --with-ipv6-lookup=no"
54
	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"
55
	use alsa	&& myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa"
55
	use alsa	&& myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa"
56
	use arts	&& myconf="$myconf --with-arts" || myconf="$myconf --without-arts"
56
	use cups	&& myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups"
57
	use cups	&& myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups"
57
58
58
	use x86 && myconf="$myconf --enable-fast-malloc=full"
59
	use x86 && myconf="$myconf --enable-fast-malloc=full"

Return to bug 40295