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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- pycurl-7.19.3.1-r1.ebuild
0
++ pycurl-7.19.3.1-r2.ebuild
Lines 39-45 Link Here
39
PATCHES=( "${FILESDIR}"/${P}-ssl-test.patch )
39
PATCHES=( "${FILESDIR}"/${P}-ssl-test.patch )
40
40
41
python_prepare_all() {
41
python_prepare_all() {
42
	sed -e "/data_files=/d" -i setup.py || die
42
	sed -e "/setup_args\['data_files'\] = /d" -i setup.py || die
43
	distutils-r1_python_prepare_all
43
	distutils-r1_python_prepare_all
44
}
44
}
45
45

Return to bug 525792