From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CC599138359 for ; Fri, 14 Aug 2020 23:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE63CE0893; Fri, 14 Aug 2020 23:22:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A43E4E0893 for ; Fri, 14 Aug 2020 23:22:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 219A934F344 for ; Fri, 14 Aug 2020 23:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95847310 for ; Fri, 14 Aug 2020 23:22:20 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1597447286.36eaa27994c976729e517599d82437d941cece9b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/billiard/billiard-3.6.0.0.ebuild X-VCS-Directories: dev-python/billiard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 36eaa27994c976729e517599d82437d941cece9b X-VCS-Branch: master Date: Fri, 14 Aug 2020 23:22:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0d6ffe1a-4788-48e1-ad4f-1bf8f74eac65 X-Archives-Hash: d6b81707d9d3f44ec0370972b3370258 commit: 36eaa27994c976729e517599d82437d941cece9b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 3 21:23:48 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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/ }