diff options
author | Gerhard Bräunlich <wippbox@gmx.net> | 2016-11-12 16:44:25 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-11-13 22:48:30 +0100 |
commit | 0901cd7e3583035b2ec33cde89b4bdcd4c0bdb40 (patch) | |
tree | 1081ada57a4e6a333730af2b1f1020e714f69709 /sci-physics/xfoil/files | |
parent | sci-physics/bullet: Version bump to 2.85, EAPI bump 5 -> 6 (diff) | |
download | gentoo-0901cd7e3583035b2ec33cde89b4bdcd4c0bdb40.tar.gz gentoo-0901cd7e3583035b2ec33cde89b4bdcd4c0bdb40.tar.bz2 gentoo-0901cd7e3583035b2ec33cde89b4bdcd4c0bdb40.zip |
sci-physics/xfoil: EAPI bump 4 -> 6
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/2826
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-physics/xfoil/files')
-rw-r--r-- | sci-physics/xfoil/files/xfoil-6.96-gfortran.patch | 4 | ||||
-rw-r--r-- | sci-physics/xfoil/files/xfoil-6.97-overflow.patch | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-physics/xfoil/files/xfoil-6.96-gfortran.patch b/sci-physics/xfoil/files/xfoil-6.96-gfortran.patch index 67fc19c645f9..b63db05b254c 100644 --- a/sci-physics/xfoil/files/xfoil-6.96-gfortran.patch +++ b/sci-physics/xfoil/files/xfoil-6.96-gfortran.patch @@ -1,5 +1,5 @@ ---- plotlib/ps_subs.f.orig 2004-08-21 19:02:44.000000000 +0100 -+++ plotlib/ps_subs.f 2007-05-03 19:14:28.901490750 +0100 +--- a/plotlib/ps_subs.f ++++ b/plotlib/ps_subs.f @@ -559,7 +559,7 @@ c in the iout array (3,1,3,1,3,1,3,1) c Note: the bit mask is shifted to always start counting on a '1' bit. diff --git a/sci-physics/xfoil/files/xfoil-6.97-overflow.patch b/sci-physics/xfoil/files/xfoil-6.97-overflow.patch index 73656f927a48..6f71440f050c 100644 --- a/sci-physics/xfoil/files/xfoil-6.97-overflow.patch +++ b/sci-physics/xfoil/files/xfoil-6.97-overflow.patch @@ -1,5 +1,5 @@ ---- src/pplot.f.orig 2008-08-21 20:21:08.000000000 +0100 -+++ src/pplot.f 2008-08-21 20:21:42.000000000 +0100 +--- a/src/pplot.f ++++ b/src/pplot.f @@ -36,7 +36,7 @@ PROGRAM PPLOT INCLUDE 'PPLOT.INC' @@ -9,8 +9,8 @@ REAL RINP(10) REAL CPOLO(NAX,IPTOT,NPX), VPOLO(NAX,2,NPX) C ---- src/xoper.f.orig 2008-08-22 15:55:27.000000000 +0100 -+++ src/xoper.f 2008-08-22 15:53:36.000000000 +0100 +--- a/src/xoper.f ++++ b/src/xoper.f @@ -114,7 +114,7 @@ C---- don't try to read integers, since might get integer overflow DO I=1, NINPUT |