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.0.ebuild (-2 / +3 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2 LGPL-2"
13
LICENSE="GPL-2 LGPL-2"
14
SLOT="3.2"
14
SLOT="3.2"
15
KEYWORDS="x86 ppc ~sparc ~hppa ~amd64"
15
KEYWORDS="x86 ppc ~sparc ~hppa ~amd64"
16
IUSE="alsa cups ipv6 ssl doc ldap"
16
IUSE="alsa arts cups ipv6 ssl doc ldap"
17
17
18
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
18
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
19
# so we recreate the entire DEPEND from scratch.
19
# so we recreate the entire DEPEND from scratch.
Lines 31-37 Link Here
31
	virtual/ghostscript
31
	virtual/ghostscript
32
	media-libs/libart_lgpl
32
	media-libs/libart_lgpl
33
	sys-devel/gettext
33
	sys-devel/gettext
34
	~kde-base/arts-1.2.0
34
	arts? ( >=kde-base/arts-1.2.0 )
35
	>=x11-libs/qt-3.2.0"
35
	>=x11-libs/qt-3.2.0"
36
RDEPEND="${DEPEND}
36
RDEPEND="${DEPEND}
37
	app-text/sgml-common
37
	app-text/sgml-common
Lines 54-59 Link Here
54
	use ipv6	|| myconf="$myconf --with-ipv6-lookup=no"
54
	use ipv6	|| myconf="$myconf --with-ipv6-lookup=no"
55
	use ssl		&& myconf="$myconf --with-ssl-dir=/usr"	|| myconf="$myconf --without-ssl"
55
	use ssl		&& myconf="$myconf --with-ssl-dir=/usr"	|| myconf="$myconf --without-ssl"
56
	use alsa	&& myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa"
56
	use alsa	&& myconf="$myconf --with-alsa" || myconf="$myconf --without-alsa"
57
	use arts	&& myconf="$myconf --with-arts" || myconf="$myconf --without-arts"
57
	use cups	&& myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups"
58
	use cups	&& myconf="$myconf --enable-cups" || myconf="$myconf --disable-cups"
58
59
59
	use x86 && myconf="$myconf --enable-fast-malloc=full"
60
	use x86 && myconf="$myconf --enable-fast-malloc=full"

Return to bug 40295