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

Collapse All | Expand All

(-)PyQt-3.14.1-r2.ebuild (-1 / +1 lines)
Lines 28-34 Link Here
28
	sed -i -e "s:  check_license():# check_license():" ${S}/configure.py
28
	sed -i -e "s:  check_license():# check_license():" ${S}/configure.py
29
	cd ${S}
29
	cd ${S}
30
	epatch "${FILESDIR}/PyQt-3.14.1-examples.diff"
30
	epatch "${FILESDIR}/PyQt-3.14.1-examples.diff"
31
	epatch "${FILESDIR}/PyQt-3.14.1-python-2.5-compat.diff"
31
	has_version ">=dev-lang/python-2.5" && epatch "${FILESDIR}/PyQt-3.14.1-python-2.5-compat.diff"
32
}
32
}
33
33
34
src_compile() {
34
src_compile() {

Return to bug 152478