summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-16 20:31:51 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-16 20:31:51 +0000
commitc1cd8e5b12af217b2911ea9a84bd33265f832291 (patch)
treeefc787a939545ab6ceb4e9d19f0fc2a18ae771cd /sci-libs/netcdf/netcdf-4.1.3.ebuild
parentsci-libs/pgplot: Remove virtual/fortran and always call fortran-2_pkg_setup a... (diff)
downloadgentoo-2-c1cd8e5b12af217b2911ea9a84bd33265f832291.tar.gz
gentoo-2-c1cd8e5b12af217b2911ea9a84bd33265f832291.tar.bz2
gentoo-2-c1cd8e5b12af217b2911ea9a84bd33265f832291.zip
sci-libs/netcdf: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/netcdf/netcdf-4.1.3.ebuild')
-rw-r--r--sci-libs/netcdf/netcdf-4.1.3.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/sci-libs/netcdf/netcdf-4.1.3.ebuild b/sci-libs/netcdf/netcdf-4.1.3.ebuild
index 6d229f9c2882..3d7c0dee140b 100644
--- a/sci-libs/netcdf/netcdf-4.1.3.ebuild
+++ b/sci-libs/netcdf/netcdf-4.1.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild,v 1.7 2012/10/14 19:25:54 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild,v 1.8 2012/10/16 20:31:51 jlec Exp $
EAPI=4
@@ -19,7 +19,6 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos
IUSE="cxx dap doc fortran hdf5 static-libs"
RDEPEND="
- fortran? ( virtual/fortran )
dap? ( net-misc/curl )
hdf5? ( >=sci-libs/hdf5-1.8.6[zlib,szip,fortran?] )"
@@ -36,10 +35,8 @@ PATCHES=(
)
pkg_setup() {
- if use fortran; then
- FORTRAN_STANDARD="77 90"
- fortran-2_pkg_setup
- fi
+ FORTRAN_STANDARD="77 90"
+ fortran-2_pkg_setup
if use hdf5 && has_version sci-libs/hdf5[mpi]; then
export CC=mpicc
use cxx && export CXX=mpicxx