This is not a fix for bug #712594.
The code change only gets ebuild to the state it was before
f8669c1089dd9962d946c7be46 "flag-o-matic.eclass: add assertions
around argument counts" was submitted.
We'll need a proper fix. I've left a TODO in ebuild.
Bug: https://bugs.gentoo.org/712594
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
}
python_configure_all() {
- strip-flags -ftracer -ftree-vectorize
+ strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
}
python_configure_all() {
- strip-flags -ftracer -ftree-vectorize
+ strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
}
python_configure_all() {
- strip-flags -ftracer -ftree-vectorize
+ strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
}
python_configure_all() {
- strip-flags -ftracer -ftree-vectorize
+ strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
}
python_configure_all() {
- strip-flags -ftracer -ftree-vectorize
+ strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
# Note: make it impl-conditional if py3 is supported
append-flags -fno-strict-aliasing
}
python_compile() {
- strip-flags -ftracer -ftree-vectorize
+ strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile build_ext --no-zstd
}
}
python_compile() {
- strip-flags -ftracer -ftree-vectorize
+ strip-flags # was '-ftracer -ftree-vectorize', TODO: see bug #712594
python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile build_ext --no-zstd
}