diff options
author | Thomas Anderson <gentoofan23@gentoo.org> | 2008-05-30 00:43:36 +0000 |
---|---|---|
committer | Thomas Anderson <gentoofan23@gentoo.org> | 2008-05-30 00:43:36 +0000 |
commit | 99ec48f2df9a286e0c3e0996f87a631d1c6da318 (patch) | |
tree | ca475df338c28826ce753789d08fd5cef0ee0553 /sci-mathematics/dataplot/dataplot-20080225-r1.ebuild | |
parent | sci-mathematics/dataplot: Remove obsolete patches that have been incorporated... (diff) | |
download | sunrise-reviewed-99ec48f2df9a286e0c3e0996f87a631d1c6da318.tar.gz sunrise-reviewed-99ec48f2df9a286e0c3e0996f87a631d1c6da318.tar.bz2 sunrise-reviewed-99ec48f2df9a286e0c3e0996f87a631d1c6da318.zip |
sci-mathematics/dataplot: tweak fortran checks
svn path=/sunrise/; revision=6239
Diffstat (limited to 'sci-mathematics/dataplot/dataplot-20080225-r1.ebuild')
-rw-r--r-- | sci-mathematics/dataplot/dataplot-20080225-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild index 00f1789bf..4f68faab0 100644 --- a/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild +++ b/sci-mathematics/dataplot/dataplot-20080225-r1.ebuild @@ -40,8 +40,9 @@ pkg_setup() { die fi fi - - need_fortran gfortran + ##FIXME: Just gfortran for now, I'll get to testing g77 later + NEED_FORTRAN="gfortran" + fortran_pkg_setup } src_unpack() { |