commit: 1a8386e80340387722af8bb40ce3c412cff0259c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 22 17:24:42 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 17:29:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a8386e8
dev-python/pyblake2: Backport -fno-tree-vectorize to stable version Bug: https://bugs.gentoo.org/638428 .../pyblake2/{pyblake2-0.9.3.ebuild => pyblake2-0.9.3-r1.ebuild} | 5 +++++ 1 file changed, 5 insertions(+) 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 e72595ae78b..9245471a8a7 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}" }
