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 91897158091 for ; Tue, 17 May 2022 05:34:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A2F0E097A; Tue, 17 May 2022 05:34:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 3E6B4E0974 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 3B85A341B6B 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 B71E24C3 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: <1652765637.fa00da77020cebf93870a422ca022cf35f345501.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gsl/gsl-2.7.1-r1.ebuild sci-libs/gsl/gsl-2.7.ebuild X-VCS-Directories: sci-libs/gsl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fa00da77020cebf93870a422ca022cf35f345501 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: af51a418-5746-493d-819e-3da76375efd0 X-Archives-Hash: 7383799fc74622ab5b7fbde3314745aa commit: fa00da77020cebf93870a422ca022cf35f345501 Author: Sam James gentoo org> AuthorDate: Tue May 17 01:49:07 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 05:33:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa00da77 sci-libs/gsl: [QA] drop (very) stale GCC version checks Signed-off-by: Sam James gentoo.org> sci-libs/gsl/gsl-2.7.1-r1.ebuild | 5 ----- sci-libs/gsl/gsl-2.7.ebuild | 7 +------ 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/sci-libs/gsl/gsl-2.7.1-r1.ebuild b/sci-libs/gsl/gsl-2.7.1-r1.ebuild index 7c8a0d0550f5..19f17d317bdc 100644 --- a/sci-libs/gsl/gsl-2.7.1-r1.ebuild +++ b/sci-libs/gsl/gsl-2.7.1-r1.ebuild @@ -25,11 +25,6 @@ PATCHES=( ) src_prepare() { - # bug #349005 - [[ $(tc-getCC)$ == *gcc* ]] && \ - [[ $(tc-getCC)$ != *apple* ]] && \ - [[ $(gcc-major-version)$(gcc-minor-version) -eq 44 ]] \ - && filter-mfpmath sse filter-flags -ffast-math default diff --git a/sci-libs/gsl/gsl-2.7.ebuild b/sci-libs/gsl/gsl-2.7.ebuild index 1f76267c23d5..ac5938b4fe8d 100644 --- a/sci-libs/gsl/gsl-2.7.ebuild +++ b/sci-libs/gsl/gsl-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,11 +24,6 @@ PATCHES=( ) src_prepare() { - # bug #349005 - [[ $(tc-getCC)$ == *gcc* ]] && \ - [[ $(tc-getCC)$ != *apple* ]] && \ - [[ $(gcc-major-version)$(gcc-minor-version) -eq 44 ]] \ - && filter-mfpmath sse filter-flags -ffast-math default