diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-03 23:23:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-15 01:21:26 +0200 |
commit | 36eaa27994c976729e517599d82437d941cece9b (patch) | |
tree | d89793a622f97fa6b565972c84f7eb91210d157c /dev-python/billiard | |
parent | dev-python/apsw: Drop superfluous calls to python_is_python3 (diff) | |
download | gentoo-36eaa27994c976729e517599d82437d941cece9b.tar.gz gentoo-36eaa27994c976729e517599d82437d941cece9b.tar.bz2 gentoo-36eaa27994c976729e517599d82437d941cece9b.zip |
dev-python/billiard: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/billiard')
-rw-r--r-- | dev-python/billiard/billiard-3.6.0.0.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-python/billiard/billiard-3.6.0.0.ebuild b/dev-python/billiard/billiard-3.6.0.0.ebuild index 0f1f5c0d5662..b578e10b1b1a 100644 --- a/dev-python/billiard/billiard-3.6.0.0.ebuild +++ b/dev-python/billiard/billiard-3.6.0.0.ebuild @@ -29,14 +29,6 @@ DEPEND=" # The usual req'd for tests DISTUTILS_IN_SOURCE_BUILD=1 -python_compile() { - if ! python_is_python3; then - local CFLAGS=${CFLAGS} - append-cflags -fno-strict-aliasing - fi - distutils-r1_python_compile -} - python_compile_all() { use doc && esetup.py build_sphinx --builder="html" --source-dir=Doc/ } |