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

(-)mercurial-0.9.4.ebuild.~1.1~ (-3 / +3 lines)
Lines 20-25 Link Here
20
	test? ( app-arch/unzip )"
20
	test? ( app-arch/unzip )"
21
21
22
PYTHON_MODNAME="${PN} hgext"
22
PYTHON_MODNAME="${PN} hgext"
23
SITEFILE=70${PN}-gentoo.el
23
24
24
src_compile() {
25
src_compile() {
25
	filter-flags -ftracer -ftree-vectorize
26
	filter-flags -ftracer -ftree-vectorize
Lines 52-60 Link Here
52
	doman doc/*.?
53
	doman doc/*.?
53
54
54
	if use emacs; then
55
	if use emacs; then
55
		insinto ${SITELISP}/${PN}
56
		elisp-install ${PN} contrib/mercurial.el* || die "elisp-install failed!"
56
		doins contrib/mercurial.el*
57
		elisp-site-file-install "${FILESDIR}"/${SITEFILE}
57
		elisp-site-file-install "${FILESDIR}"/70mercurial-gentoo.el
58
	fi
58
	fi
59
}
59
}
60
60

Return to bug 184249