dev-python/pyblake2: Backport -fno-tree-vectorize to stable version

Bug: https://bugs.gentoo.org/638428
This commit is contained in:
Michał Górny
2017-11-22 18:24:42 +01:00
parent 00a8d624a3
commit 1a8386e803

View File

@@ -46,6 +46,11 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
python_configure_all() {
# reported to break stuff, https://bugs.gentoo.org/638428
append-flags -fno-tree-vectorize
}
python_test() {
"${EPYTHON}" test/test.py || die "Tests fail with ${EPYTHON}"
}