summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-05-17 01:36:35 +0000
committerSam James <sam@gentoo.org>2022-05-17 05:33:46 +0000
commit4093457df579e0fef3df294c12457daa8659ef8e (patch)
treea310da8a12316a3d940b6cb71f28030e42a192e0
parentmedia-video/mjpegtools: [QA] drop (very) stale GCC version checks (diff)
downloadgentoo-4093457df579e0fef3df294c12457daa8659ef8e.tar.gz
gentoo-4093457df579e0fef3df294c12457daa8659ef8e.tar.bz2
gentoo-4093457df579e0fef3df294c12457daa8659ef8e.zip
sci-libs/pgplot: [QA] drop (very) stale GCC version checks
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sci-libs/pgplot/pgplot-5.2.2-r7.ebuild12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
index cd3605a71415..f0722506dc29 100644
--- a/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
+++ b/sci-libs/pgplot/pgplot-5.2.2-r7.ebuild
@@ -38,18 +38,6 @@ PATCHES=(
src_prepare() {
default
- # gfortran < 4.3 does not compile gif, pp and wd drivers
- if [[ $(tc-getFC) == *gfortran* ]] &&
- [[ $(gcc-major-version)$(gcc-minor-version) -lt 43 ]] ; then
- ewarn "Warning!"
- ewarn "gfortran < 4.3 selected: does not compile all drivers"
- ewarn "disabling gif, wd, and ppd drivers"
- ewarn "if you want more drivers, use gfortran >= 4.3"
- sed -e 's/GIDRIV/! GIDRIV/g' \
- -e 's/PPDRIV/! GIDRIV/g' \
- -e 's/WDDRIV/! GIDRIV/g' \
- -i drivers.list || die "sed drivers failed"
- fi
# fix pointers for 64 bits
if use amd64 || use ia64; then