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

(-)kdelibs-3.5.0-r1.ebuild.orig (-3 / +3 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2 LGPL-2"
12
LICENSE="GPL-2 LGPL-2"
13
SLOT="3.5"
13
SLOT="3.5"
14
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
14
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
15
IUSE="acl alsa arts cups doc jpeg2k kerberos openexr spell ssl tiff zeroconf"
15
IUSE="acl alsa arts cups doc jpeg2k kerberos openexr spell ssl tiff utempter zeroconf"
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 26-32 Link Here
26
	>=dev-libs/libpcre-4.2
26
	>=dev-libs/libpcre-4.2
27
	media-libs/libart_lgpl
27
	media-libs/libart_lgpl
28
	net-dns/libidn
28
	net-dns/libidn
29
	virtual/utempter
29
	utempter? ( virtual/utempter )
30
	acl? ( kernel_linux? ( sys-apps/acl ) )
30
	acl? ( kernel_linux? ( sys-apps/acl ) )
31
	ssl? ( >=dev-libs/openssl-0.9.7d )
31
	ssl? ( >=dev-libs/openssl-0.9.7d )
32
	alsa? ( media-libs/alsa-lib )
32
	alsa? ( media-libs/alsa-lib )
Lines 56-62 Link Here
56
56
57
	myconf="--with-distribution=Gentoo
57
	myconf="--with-distribution=Gentoo
58
	        --enable-libfam $(use_enable kernel_linux dnotify)
58
	        --enable-libfam $(use_enable kernel_linux dnotify)
59
	        --with-libart --with-libidn --with-utempter
59
	        --with-libart --with-libidn $(use_with utempter)
60
	        $(use_with acl) $(use_with ssl)
60
	        $(use_with acl) $(use_with ssl)
61
	        $(use_with alsa) $(use_with arts)
61
	        $(use_with alsa) $(use_with arts)
62
	        $(use_with kerberos gssapi) $(use_with tiff)
62
	        $(use_with kerberos gssapi) $(use_with tiff)

Return to bug 109395