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

(-)/usr/portage/kde-base/kdelibs/kdelibs-3.4.0-r2.ebuild (-3 / +3 lines)
Lines 13-19 Link Here
13
LICENSE="GPL-2 LGPL-2"
13
LICENSE="GPL-2 LGPL-2"
14
SLOT="3.4"
14
SLOT="3.4"
15
KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~ppc64"
15
KEYWORDS="~x86 ~amd64 ~sparc ~ppc ~ppc64"
16
IUSE="alsa arts cups doc jpeg2k kerberos openexr spell ssl tiff zeroconf"
16
IUSE="alsa arts cups doc jpeg2k kerberos openexr spell ssl tiff zeroconf fam"
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 35-41 Link Here
35
	spell? ( || ( app-text/aspell
35
	spell? ( || ( app-text/aspell
36
		      app-text/ispell ) )
36
		      app-text/ispell ) )
37
	zeroconf? ( net-misc/mDNSResponder )
37
	zeroconf? ( net-misc/mDNSResponder )
38
	virtual/fam
38
	fam? ( virtual/fam )
39
	virtual/ghostscript"
39
	virtual/ghostscript"
40
40
41
DEPEND="${RDEPEND}
41
DEPEND="${RDEPEND}
Lines 65-71 Link Here
65
}
65
}
66
66
67
src_compile() {
67
src_compile() {
68
	myconf="--with-distribution=Gentoo --enable-libfam --enable-dnotify"
68
	myconf="--with-distribution=Gentoo $(use_enable fam libfam) $(use_enable kernel_linux dnotify)"
69
	myconf="${myconf} $(use_with alsa) $(use_with arts)"
69
	myconf="${myconf} $(use_with alsa) $(use_with arts)"
70
	myconf="${myconf} $(use_with tiff) $(use_with jpeg2k jasper) $(use_with openexr)"
70
	myconf="${myconf} $(use_with tiff) $(use_with jpeg2k jasper) $(use_with openexr)"
71
	myconf="${myconf} $(use_enable cups) $(use_enable zeroconf dnssd)"
71
	myconf="${myconf} $(use_enable cups) $(use_enable zeroconf dnssd)"

Return to bug 91540