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

(-)a/dev-python/lxml/lxml-4.9.3-r2.ebuild (-1 / +4 lines)
Lines 77-82 python_prepare_all() { Link Here
77
77
78
python_compile() {
78
python_compile() {
79
	tc-export PKG_CONFIG
79
	tc-export PKG_CONFIG
80
	local DISTUTILS_ARGS=(
81
		# by default it adds -w to CFLAGS
82
		--warnings
83
	)
80
	distutils-r1_python_compile
84
	distutils-r1_python_compile
81
}
85
}
82
86
83
- 

Return to bug 917562