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

(-)javatoolkit-0.3.0-r9.ebuild (-4 / +4 lines)
Lines 21-28 Link Here
21
python_prepare_all() {
21
python_prepare_all() {
22
	epatch "${FILESDIR}/${P}-python2.6.patch"
22
	epatch "${FILESDIR}/${P}-python2.6.patch"
23
	epatch "${FILESDIR}/${P}-no-pyxml.patch"
23
	epatch "${FILESDIR}/${P}-no-pyxml.patch"
24
}
24
	cat > setup.cfg <<- EOF
25
25
		[install]
26
python_configure_all() {
26
		install-scripts = ${EPREFIX}/usr/$(get_libdir)/${PN}/bin
27
	mydistutilsargs=( --install-scripts="${EPREFIX}"/usr/$(get_libdir)/${PN}/bin )
27
	EOF
28
}
28
}

Return to bug 466086