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

(-)gst-python-0.10.15-r1.ebuild (+2 lines)
Lines 26-31 Link Here
26
	epatch "${FILESDIR}"/${PN}-0.10.9-lazy.patch
26
	epatch "${FILESDIR}"/${PN}-0.10.9-lazy.patch
27
	rm -f py-compile
27
	rm -f py-compile
28
	ln -s $(type -P true) py-compile
28
	ln -s $(type -P true) py-compile
29
	# needed to build on a libtool-1 system, bug #270964
30
	rm common/m4/lt* common/m4/libtool.m4 ltmain.sh
29
	AT_M4DIR="common/m4" eautoreconf
31
	AT_M4DIR="common/m4" eautoreconf
30
}
32
}
31
33

Return to bug 270964