Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gsl/
Date: Tue, 17 May 2022 05:34:56
Message-Id: 1652765637.fa00da77020cebf93870a422ca022cf35f345501.sam@gentoo
1 commit: fa00da77020cebf93870a422ca022cf35f345501
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 01:49:07 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:33:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa00da77
7
8 sci-libs/gsl: [QA] drop (very) stale GCC version checks
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/gsl/gsl-2.7.1-r1.ebuild | 5 -----
13 sci-libs/gsl/gsl-2.7.ebuild | 7 +------
14 2 files changed, 1 insertion(+), 11 deletions(-)
15
16 diff --git a/sci-libs/gsl/gsl-2.7.1-r1.ebuild b/sci-libs/gsl/gsl-2.7.1-r1.ebuild
17 index 7c8a0d0550f5..19f17d317bdc 100644
18 --- a/sci-libs/gsl/gsl-2.7.1-r1.ebuild
19 +++ b/sci-libs/gsl/gsl-2.7.1-r1.ebuild
20 @@ -25,11 +25,6 @@ PATCHES=(
21 )
22
23 src_prepare() {
24 - # bug #349005
25 - [[ $(tc-getCC)$ == *gcc* ]] && \
26 - [[ $(tc-getCC)$ != *apple* ]] && \
27 - [[ $(gcc-major-version)$(gcc-minor-version) -eq 44 ]] \
28 - && filter-mfpmath sse
29 filter-flags -ffast-math
30
31 default
32
33 diff --git a/sci-libs/gsl/gsl-2.7.ebuild b/sci-libs/gsl/gsl-2.7.ebuild
34 index 1f76267c23d5..ac5938b4fe8d 100644
35 --- a/sci-libs/gsl/gsl-2.7.ebuild
36 +++ b/sci-libs/gsl/gsl-2.7.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2021 Gentoo Authors
39 +# Copyright 1999-2022 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI=7
43 @@ -24,11 +24,6 @@ PATCHES=(
44 )
45
46 src_prepare() {
47 - # bug #349005
48 - [[ $(tc-getCC)$ == *gcc* ]] && \
49 - [[ $(tc-getCC)$ != *apple* ]] && \
50 - [[ $(gcc-major-version)$(gcc-minor-version) -eq 44 ]] \
51 - && filter-mfpmath sse
52 filter-flags -ffast-math
53
54 default