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

Collapse All | Expand All

(-)a/eclass/distutils-r1.eclass (-1 / +3 lines)
Lines 1338-1343 distutils_wheel_install() { Link Here
1338
	# - licenses
1338
	# - licenses
1339
	# - RECORD, used solely by pip to know how to uninstall it
1339
	# - RECORD, used solely by pip to know how to uninstall it
1340
	#   behind our back
1340
	#   behind our back
1341
	# - zip-safe / not-zip-safe, created by setuptools eggs as
1342
	#   legacy tech
1341
	find "${root}$(python_get_sitedir)" -depth \
1343
	find "${root}$(python_get_sitedir)" -depth \
1342
		\( -path '*.dist-info/COPYING*' \
1344
		\( -path '*.dist-info/COPYING*' \
1343
		-o -path '*.dist-info/LICENSE*' \
1345
		-o -path '*.dist-info/LICENSE*' \
Lines 1346-1351 distutils_wheel_install() { Link Here
1346
		-o -path '*.dist-info/licenses/*' \
1348
		-o -path '*.dist-info/licenses/*' \
1347
		-o -path '*.dist-info/licenses' \
1349
		-o -path '*.dist-info/licenses' \
1348
		-o -path '*.dist-info/RECORD' \
1350
		-o -path '*.dist-info/RECORD' \
1351
		-o -path '*.dist-info/*zip-safe' \
1349
		\) -delete || die
1352
		\) -delete || die
1350
}
1353
}
1351
1354
1352
- 

Return to bug 927818