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

(-)file_not_specified_in_diff (-1 / +10 lines)
Line  Link Here
0
-- eix-0.25.3.ebuild
0
++ eix-0.25.3.ebuild
Lines 22-27 Link Here
22
	app-arch/xz-utils
22
	app-arch/xz-utils
23
	nls? ( sys-devel/gettext )"
23
	nls? ( sys-devel/gettext )"
24
24
25
pkg_setup() {
26
	if has_version "<${CATEGORY}/${PN}-0.25.3"; then
27
	    local eixcache="${EROOT}"/var/cache/${PN}
28
	    ebegin "Removing obsolete ${eixcache} to prevent file collision wrt bug #408249"
29
	    [[ -f ${eixcache} ]] && rm -f "${eixcache}"
30
	    eend $?
31
	fi
32
}
33
25
src_configure() {
34
src_configure() {
26
	econf $(use_with sqlite) $(use_with doc extra-doc) \
35
	econf $(use_with sqlite) $(use_with doc extra-doc) \
27
		$(use_with zsh-completion) \
36
		$(use_with zsh-completion) \

Return to bug 408249