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

Collapse All | Expand All

(-)pyode-1.1.0.ebuild-orig (-2 / +7 lines)
Lines 11-22 Link Here
11
11
12
LICENSE="LGPL-2.1"
12
LICENSE="LGPL-2.1"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="~amd64 ~ppc x86"
14
KEYWORDS="~amd64 ~ppc ~x86"
15
IUSE=""
15
IUSE=""
16
16
17
DEPEND="virtual/python
17
DEPEND="virtual/python
18
	>=dev-games/ode-0.5
18
	>=dev-games/ode-0.5
19
	>=dev-python/pyrex-0.9.3"
19
	>=dev-python/pyrex-0.9.4.1"
20
20
21
S=${WORKDIR}/${MY_P}
21
S=${WORKDIR}/${MY_P}
22
22
Lines 26-31 Link Here
26
	sed -i \
26
	sed -i \
27
		-e "s:#ODE_BASE = .*:ODE_BASE = '/usr/share/ode-0.5':" \
27
		-e "s:#ODE_BASE = .*:ODE_BASE = '/usr/share/ode-0.5':" \
28
		setup.py || die
28
		setup.py || die
29
	
30
	# Fixes gcc41 compatibilty
31
	# These files will be regenerated with pyrex(>=0.9.4.1)
32
	# which is compatible with gcc 4.1
33
	rm ode_notrimesh.c ode_trimesh.c
29
}
34
}
30
35
31
src_install() {
36
src_install() {

Return to bug 135029