From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 84021138454 for ; Fri, 11 Sep 2015 15:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB8B7E0814; Fri, 11 Sep 2015 15:33:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 707E2E0814 for ; Fri, 11 Sep 2015 15:33:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D28B340A30 for ; Fri, 11 Sep 2015 15:33:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56A41170 for ; Fri, 11 Sep 2015 15:33:02 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1441985571.b3bfcbcf55ef77be11ea7ca06b4645b9f718f1df.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pywavelets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pywavelets/pywavelets-0.3.0.ebuild X-VCS-Directories: dev-python/pywavelets/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b3bfcbcf55ef77be11ea7ca06b4645b9f718f1df X-VCS-Branch: master Date: Fri, 11 Sep 2015 15:33:02 +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-Archives-Salt: 0095493e-4543-44b5-ae05-115dd2bc5213 X-Archives-Hash: 26e07579d3b2b87c343e8175ab05d8fb commit: b3bfcbcf55ef77be11ea7ca06b4645b9f718f1df Author: Manuel Rüger gentoo org> AuthorDate: Fri Sep 11 15:32:29 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Sep 11 15:32:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3bfcbcf dev-python/pywavelets: Whitespace Package-Manager: portage-2.2.20.1 dev-python/pywavelets/pywavelets-0.3.0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/pywavelets/pywavelets-0.3.0.ebuild b/dev-python/pywavelets/pywavelets-0.3.0.ebuild index ba3107b..02803b4 100644 --- a/dev-python/pywavelets/pywavelets-0.3.0.ebuild +++ b/dev-python/pywavelets/pywavelets-0.3.0.ebuild @@ -35,11 +35,10 @@ python_test() { } python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile + python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" + distutils-r1_python_compile } - python_compile_all() { use doc && emake -C doc html }