commit: 36eaa27994c976729e517599d82437d941cece9b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 3 21:23:48 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 23:21:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36eaa279
dev-python/billiard: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/billiard/billiard-3.6.0.0.ebuild | 8 --------
1 file changed, 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 0f1f5c0d566..b578e10b1b1 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/
}