diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:29:07 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:29:07 +0000 |
commit | 4af9702495c6476cf92a2f8fc19d003784db8616 (patch) | |
tree | 16cd70d10128cde9498c4614b21aa9095df17bd5 /sci-libs/netcdf/netcdf-4.1.1-r4.ebuild | |
parent | Per ago's suggestion, make src_compile a no-op. (diff) | |
download | historical-4af9702495c6476cf92a2f8fc19d003784db8616.tar.gz historical-4af9702495c6476cf92a2f8fc19d003784db8616.tar.bz2 historical-4af9702495c6476cf92a2f8fc19d003784db8616.zip |
Prepare for fortran2.eclass update
Package-Manager: portage-2.2.0_alpha137/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/netcdf/netcdf-4.1.1-r4.ebuild')
-rw-r--r-- | sci-libs/netcdf/netcdf-4.1.1-r4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild b/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild index b98c4035d0ff..14f946bc95b6 100644 --- a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild +++ b/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild @@ -1,10 +1,11 @@ # 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.1-r4.ebuild,v 1.17 2012/09/30 17:19:10 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.18 2012/10/14 19:25:54 jlec Exp $ EAPI=3 AUTOTOOLS_AUTORECONF=true +FORTRAN_NEEDED=fortran inherit autotools-utils fortran-2 |