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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 821AD158090 for ; Tue, 17 May 2022 05:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80C76E097C; Tue, 17 May 2022 05:34:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67DC7E097C for ; Tue, 17 May 2022 05:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22528341B63 for ; Tue, 17 May 2022 05:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E2524A2 for ; Tue, 17 May 2022 05:34:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652765635.04e0c8090de87196ff3a40a326ab90ecf829b984.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/python/python-2.7.18_p15.ebuild dev-lang/python/python-3.10.4.ebuild dev-lang/python/python-3.10.4_p1.ebuild dev-lang/python/python-3.11.0_beta1-r2.ebuild dev-lang/python/python-3.7.13.ebuild dev-lang/python/python-3.8.13.ebuild dev-lang/python/python-3.8.13_p1.ebuild dev-lang/python/python-3.9.11.ebuild dev-lang/python/python-3.9.12.ebuild X-VCS-Directories: dev-lang/python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 04e0c8090de87196ff3a40a326ab90ecf829b984 X-VCS-Branch: master Date: Tue, 17 May 2022 05:34:50 +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: f84b1244-563b-48cc-aca8-10607b0a3136 X-Archives-Hash: 8f5ec94774edef5bcc2394b7c6054075 commit: 04e0c8090de87196ff3a40a326ab90ecf829b984 Author: Sam James gentoo org> AuthorDate: Tue May 17 01:49:00 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 05:33:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04e0c809 dev-lang/python: [QA] drop (very) stale GCC version checks Signed-off-by: Sam James gentoo.org> dev-lang/python/python-2.7.18_p15.ebuild | 4 +--- dev-lang/python/python-3.10.4.ebuild | 4 +--- dev-lang/python/python-3.10.4_p1.ebuild | 4 +--- dev-lang/python/python-3.11.0_beta1-r2.ebuild | 4 +--- dev-lang/python/python-3.7.13.ebuild | 4 +--- dev-lang/python/python-3.8.13.ebuild | 4 +--- dev-lang/python/python-3.8.13_p1.ebuild | 4 +--- dev-lang/python/python-3.9.11.ebuild | 4 +--- dev-lang/python/python-3.9.12.ebuild | 4 +--- 9 files changed, 9 insertions(+), 27 deletions(-) diff --git a/dev-lang/python/python-2.7.18_p15.ebuild b/dev-lang/python/python-2.7.18_p15.ebuild index b156a86e951e..56c2f1f2c310 100644 --- a/dev-lang/python/python-2.7.18_p15.ebuild +++ b/dev-lang/python/python-2.7.18_p15.ebuild @@ -142,9 +142,7 @@ src_configure() { einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" fi - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double diff --git a/dev-lang/python/python-3.10.4.ebuild b/dev-lang/python/python-3.10.4.ebuild index 598af7c9b101..c0a5bc0c2078 100644 --- a/dev-lang/python/python-3.10.4.ebuild +++ b/dev-lang/python/python-3.10.4.ebuild @@ -147,9 +147,7 @@ src_configure() { einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" fi - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double diff --git a/dev-lang/python/python-3.10.4_p1.ebuild b/dev-lang/python/python-3.10.4_p1.ebuild index 6cf21daca8d7..45b349a487e6 100644 --- a/dev-lang/python/python-3.10.4_p1.ebuild +++ b/dev-lang/python/python-3.10.4_p1.ebuild @@ -147,9 +147,7 @@ src_configure() { einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" fi - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double diff --git a/dev-lang/python/python-3.11.0_beta1-r2.ebuild b/dev-lang/python/python-3.11.0_beta1-r2.ebuild index df656602e75c..e756eecece06 100644 --- a/dev-lang/python/python-3.11.0_beta1-r2.ebuild +++ b/dev-lang/python/python-3.11.0_beta1-r2.ebuild @@ -134,9 +134,7 @@ src_configure() { # disable automagic bluetooth headers detection use bluetooth || export ac_cv_header_bluetooth_bluetooth_h=no - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double diff --git a/dev-lang/python/python-3.7.13.ebuild b/dev-lang/python/python-3.7.13.ebuild index 20483909387c..461983aeeeda 100644 --- a/dev-lang/python/python-3.7.13.ebuild +++ b/dev-lang/python/python-3.7.13.ebuild @@ -126,9 +126,7 @@ src_configure() { einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" fi - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double diff --git a/dev-lang/python/python-3.8.13.ebuild b/dev-lang/python/python-3.8.13.ebuild index d6afe442a0f7..ee9d0ed10eca 100644 --- a/dev-lang/python/python-3.8.13.ebuild +++ b/dev-lang/python/python-3.8.13.ebuild @@ -130,9 +130,7 @@ src_configure() { einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" fi - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double diff --git a/dev-lang/python/python-3.8.13_p1.ebuild b/dev-lang/python/python-3.8.13_p1.ebuild index 2c8b18fc1520..b5db263829e0 100644 --- a/dev-lang/python/python-3.8.13_p1.ebuild +++ b/dev-lang/python/python-3.8.13_p1.ebuild @@ -130,9 +130,7 @@ src_configure() { einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" fi - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double diff --git a/dev-lang/python/python-3.9.11.ebuild b/dev-lang/python/python-3.9.11.ebuild index da80c3036432..1d98d0661523 100644 --- a/dev-lang/python/python-3.9.11.ebuild +++ b/dev-lang/python/python-3.9.11.ebuild @@ -131,9 +131,7 @@ src_configure() { einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" fi - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double diff --git a/dev-lang/python/python-3.9.12.ebuild b/dev-lang/python/python-3.9.12.ebuild index 110efb768a04..445581c6427d 100644 --- a/dev-lang/python/python-3.9.12.ebuild +++ b/dev-lang/python/python-3.9.12.ebuild @@ -142,9 +142,7 @@ src_configure() { einfo "Disabled modules: ${PYTHON_DISABLE_MODULES}" fi - if [[ "$(gcc-major-version)" -ge 4 ]]; then - append-flags -fwrapv - fi + append-flags -fwrapv filter-flags -malign-double