summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Anderson <gentoofan23@gentoo.org>2008-05-30 00:43:36 +0000
committerThomas Anderson <gentoofan23@gentoo.org>2008-05-30 00:43:36 +0000
commit99ec48f2df9a286e0c3e0996f87a631d1c6da318 (patch)
treeca475df338c28826ce753789d08fd5cef0ee0553 /sci-mathematics/dataplot/dataplot-20080225-r1.ebuild
parentsci-mathematics/dataplot: Remove obsolete patches that have been incorporated... (diff)
downloadsunrise-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.ebuild5
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() {