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

Collapse All | Expand All

(-)/var/db/repos/gentoo/net-misc/ntpsec/ntpsec-1.2.1-r6.ebuild.old (-2 / +2 lines)
Lines 114-122 Link Here
114
	waf-utils_src_configure "${myconf[@]}"
114
	waf-utils_src_configure "${myconf[@]}"
115
}
115
}
116
116
117
python_compile() {
117
src_compile() {
118
	unset MAKEOPTS
118
	unset MAKEOPTS
119
	waf-utils_src_compile --notests
119
	python_foreach_impl waf-utils_src_compile --notests
120
}
120
}
121
121
122
python_test() {
122
python_test() {

Return to bug 852143