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

(-)kdelibs-3.5.6-r8.ebuild (-9 / +3 lines)
Lines 15-21 LICENSE="GPL-2 LGPL-2" Link Here
15
SLOT="3.5"
15
SLOT="3.5"
16
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
16
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
17
IUSE="acl alsa arts branding cups doc jpeg2k kerberos legacyssl utempter openexr spell tiff
17
IUSE="acl alsa arts branding cups doc jpeg2k kerberos legacyssl utempter openexr spell tiff
18
avahi kernel_linux fam lua linguas_he kdehiddenvisibility"
18
avahi kernel_linux fam lua kdehiddenvisibility"
19
19
20
# Added aspell-en as dependency to work around bug 131512.
20
# Added aspell-en as dependency to work around bug 131512.
21
# Made openssl and zeroconf mandatory dependencies, see bug #172972 and #175984
21
# Made openssl and zeroconf mandatory dependencies, see bug #172972 and #175984
Lines 43-50 RDEPEND="$(qt_min_version 3.3.3) Link Here
43
	utempter? ( sys-libs/libutempter )
43
	utempter? ( sys-libs/libutempter )
44
	!kde-base/kde-env
44
	!kde-base/kde-env
45
	lua? ( dev-lang/lua )
45
	lua? ( dev-lang/lua )
46
	spell? ( >=app-text/aspell-0.60.5 >=app-dicts/aspell-en-6.0.0
46
	spell? ( >=app-text/aspell-0.60.5 >=app-dicts/aspell-en-6.0.0 )
47
	linguas_he? ( >=app-text/hspell-1.0 ) )
48
	>=sys-apps/portage-2.1.2.6"
47
	>=sys-apps/portage-2.1.2.6"
49
48
50
DEPEND="${RDEPEND}
49
DEPEND="${RDEPEND}
Lines 115-120 src_compile() { Link Here
115
114
116
	myconf="--with-distribution=Gentoo --disable-fast-malloc
115
	myconf="--with-distribution=Gentoo --disable-fast-malloc
117
			--with-libart --with-libidn --with-ssl
116
			--with-libart --with-libidn --with-ssl
117
			--without-hspell
118
			$(use_enable fam libfam) $(use_enable kernel_linux dnotify)
118
			$(use_enable fam libfam) $(use_enable kernel_linux dnotify)
119
			$(use_with acl) $(use_with alsa)
119
			$(use_with acl) $(use_with alsa)
120
			$(use_with arts) $(use_enable cups)
120
			$(use_with arts) $(use_enable cups)
Lines 130-141 src_compile() { Link Here
130
		myconf="${myconf} --disable-dnssd"
130
		myconf="${myconf} --disable-dnssd"
131
	fi
131
	fi
132
132
133
	if use spell; then
134
		myconf="${myconf} $(use_with linguas_he hspell)"
135
	else
136
		myconf="${myconf} --without-hspell"
137
	fi
138
139
	if has_version x11-apps/rgb; then
133
	if has_version x11-apps/rgb; then
140
		myconf="${myconf} --with-rgbfile=/usr/share/X11/rgb.txt"
134
		myconf="${myconf} --with-rgbfile=/usr/share/X11/rgb.txt"
141
	fi
135
	fi

Return to bug 177546