From 8de858dadf4533e59d0bfd3ce6da447a8e7dd924 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 21 Jun 2011 15:08:50 +0000 Subject: Add dependency on virtual/fortran (Portage version: 2.2.0_alpha41/cvs/Linux x86_64) --- sci-libs/netcdf/ChangeLog | 6 +++++- sci-libs/netcdf/netcdf-3.6.3.ebuild | 6 ++++-- sci-libs/netcdf/netcdf-4.1.1-r4.ebuild | 6 ++++-- 3 files changed, 13 insertions(+), 5 deletions(-) (limited to 'sci-libs/netcdf') diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index 0be10ab897cb..322a42692102 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/netcdf # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.91 2011/06/21 08:33:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.92 2011/06/21 15:08:50 jlec Exp $ + + 21 Jun 2011; Justin Lecher netcdf-3.6.3.ebuild, + netcdf-4.1.1-r4.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher netcdf-3.6.3.ebuild, netcdf-4.1.1-r4.ebuild: diff --git a/sci-libs/netcdf/netcdf-3.6.3.ebuild b/sci-libs/netcdf/netcdf-3.6.3.ebuild index a9c0abd197cd..1535e5b51461 100644 --- a/sci-libs/netcdf/netcdf-3.6.3.ebuild +++ b/sci-libs/netcdf/netcdf-3.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.3.ebuild,v 1.17 2011/06/21 08:33:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.3.ebuild,v 1.18 2011/06/21 15:08:50 jlec Exp $ EAPI=2 @@ -15,7 +15,9 @@ SLOT="0" IUSE="fortran debug doc" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" -RDEPEND="" +RDEPEND=" + fortran? ( virtual/fortran ) + " DEPEND="${RDEPEND} >=sys-devel/libtool-2.2 doc? ( virtual/latex-base )" diff --git a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild b/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild index 85505ca007b7..681758566efa 100644 --- a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild +++ b/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.11 2011/06/21 08:33:42 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.12 2011/06/21 15:08:50 jlec Exp $ EAPI=3 @@ -15,7 +15,9 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="cxx dap doc fortran hdf5 static-libs szip" -RDEPEND="dap? ( net-misc/curl ) +RDEPEND=" + fortran? ( virtual/fortran ) + dap? ( net-misc/curl ) hdf5? ( >=sci-libs/hdf5-1.8[zlib,szip?,fortran?] )" DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad