From: Michał Górny Date: Wed, 22 Nov 2017 17:24:42 +0000 (+0100) Subject: dev-python/pyblake2: Backport -fno-tree-vectorize to stable version X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1a8386e80340387722af8bb40ce3c412cff0259c;p=gentoo.git dev-python/pyblake2: Backport -fno-tree-vectorize to stable version Bug: https://bugs.gentoo.org/638428 --- diff --git a/dev-python/pyblake2/pyblake2-0.9.3.ebuild b/dev-python/pyblake2/pyblake2-0.9.3-r1.ebuild similarity index 91% rename from dev-python/pyblake2/pyblake2-0.9.3.ebuild rename to dev-python/pyblake2/pyblake2-0.9.3-r1.ebuild index e72595ae78bb..9245471a8a72 100644 --- a/dev-python/pyblake2/pyblake2-0.9.3.ebuild +++ b/dev-python/pyblake2/pyblake2-0.9.3-r1.ebuild @@ -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}" }