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

(-)libmypaint-1.3.0_beta1.ebuild (-1 / +2 lines)
Lines 5-11 Link Here
5
EAPI=6
5
EAPI=6
6
PYTHON_COMPAT=( python2_7 )
6
PYTHON_COMPAT=( python2_7 )
7
7
8
inherit python-any-r1
8
inherit python-any-r1 toolchain-funcs
9
9
10
MY_PV=${PV/_beta/-beta.}
10
MY_PV=${PV/_beta/-beta.}
11
MY_P=${PN}-${MY_PV}
11
MY_P=${PN}-${MY_PV}
Lines 41-46 RDEPEND="${CDEPEND} Link Here
41
S="${WORKDIR}"/${MY_P}
41
S="${WORKDIR}"/${MY_P}
42
42
43
src_configure() {
43
src_configure() {
44
	tc-ld-disable-gold
44
	econf \
45
	econf \
45
			--disable-debug \
46
			--disable-debug \
46
			--disable-docs \
47
			--disable-docs \

Return to bug 589266