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/pgplot/
Date: Tue, 17 May 2022 05:34:53
Message-Id: 1652765626.4093457df579e0fef3df294c12457daa8659ef8e.sam@gentoo
1 commit: 4093457df579e0fef3df294c12457daa8659ef8e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 17 01:36:35 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 17 05:33:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4093457d
7
8 sci-libs/pgplot: [QA] drop (very) stale GCC version checks
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/pgplot/pgplot-5.2.2-r7.ebuild | 12 ------------
13 1 file changed, 12 deletions(-)
14
15 diff --git a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
16 index cd3605a71415..f0722506dc29 100644
17 --- a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
18 +++ b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
19 @@ -38,18 +38,6 @@ PATCHES=(
20
21 src_prepare() {
22 default
23 - # gfortran < 4.3 does not compile gif, pp and wd drivers
24 - if [[ $(tc-getFC) == *gfortran* ]] &&
25 - [[ $(gcc-major-version)$(gcc-minor-version) -lt 43 ]] ; then
26 - ewarn "Warning!"
27 - ewarn "gfortran < 4.3 selected: does not compile all drivers"
28 - ewarn "disabling gif, wd, and ppd drivers"
29 - ewarn "if you want more drivers, use gfortran >= 4.3"
30 - sed -e 's/GIDRIV/! GIDRIV/g' \
31 - -e 's/PPDRIV/! GIDRIV/g' \
32 - -e 's/WDDRIV/! GIDRIV/g' \
33 - -i drivers.list || die "sed drivers failed"
34 - fi
35
36 # fix pointers for 64 bits
37 if use amd64 || use ia64; then