Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411057 | Differences between
and this patch

Collapse All | Expand All

(-)leo.orig/leo-4.10.ebuild (-2 / +2 lines)
Lines 6-12 Link Here
6
PYTHON_DEPEND="2:2.6"
6
PYTHON_DEPEND="2:2.6"
7
PYTHON_USE_WITH="tk"
7
PYTHON_USE_WITH="tk"
8
SUPPORT_PYTHON_ABIS="1"
8
SUPPORT_PYTHON_ABIS="1"
9
RESTRICT_PYTHON_ABIS="2.4 2.5 3.* *-jython"
9
RESTRICT_PYTHON_ABIS="2.4 2.5 *-jython"
10
10
11
inherit distutils eutils
11
inherit distutils eutils
12
12
Lines 30-36 Link Here
30
30
31
src_prepare() {
31
src_prepare() {
32
	distutils_src_prepare
32
	distutils_src_prepare
33
	epatch "${FILESDIR}/${P}-fix_syntax_errors.patch"
33
	epatch "${FILESDIR}"/${P}-syntax.patch
34
}
34
}
35
35
36
src_install() {
36
src_install() {

Return to bug 411057