diff options
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-3.6.3.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-4.1.1-r4.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
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 <jlec@gentoo.org> netcdf-3.6.3.ebuild, + netcdf-4.1.1-r4.ebuild: + Add dependency on virtual/fortran 21 Jun 2011; Justin Lecher <jlec@gentoo.org> 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} |