diff options
Diffstat (limited to 'dev-python/pytables/pytables-3.6.1.ebuild')
-rw-r--r-- | dev-python/pytables/pytables-3.6.1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/pytables/pytables-3.6.1.ebuild b/dev-python/pytables/pytables-3.6.1.ebuild index 0406c688685c..0d24b5b1d06e 100644 --- a/dev-python/pytables/pytables-3.6.1.ebuild +++ b/dev-python/pytables/pytables-3.6.1.ebuild @@ -52,10 +52,6 @@ python_prepare_all() { } python_compile() { - if ! python_is_python3; then - local -x CFLAGS="${CFLAGS}" - append-cflags -fno-strict-aliasing - fi distutils-r1_python_compile -j1 } |