diff options
author | Stephen Becker <geoman@gentoo.org> | 2006-08-22 14:02:20 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2006-08-22 14:02:20 +0000 |
commit | 4222aafb54146f9ffce64c760dde9f31145bccc2 (patch) | |
tree | fe0d141a310d06da2d4372cdb5ef5af71f720d34 /sci-libs/netcdf | |
parent | stable on mips, bug 144092 (diff) | |
download | gentoo-2-4222aafb54146f9ffce64c760dde9f31145bccc2.tar.gz gentoo-2-4222aafb54146f9ffce64c760dde9f31145bccc2.tar.bz2 gentoo-2-4222aafb54146f9ffce64c760dde9f31145bccc2.zip |
stable on mips, bug 82431
(Portage version: 2.1.1_pre5-r2)
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-3.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index 9bcbc867e037..041e879a20b0 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/netcdf # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.29 2006/08/13 17:42:40 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.30 2006/08/22 14:02:20 geoman Exp $ + + 22 Aug 2006; Stephen P. Becker <geoman@gentoo.org> netcdf-3.6.1.ebuild: + stable on mips, bug 82431 13 Aug 2006; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.1.ebuild: Simplified fortran handling in pkg_setup (see bug 82431) to let the diff --git a/sci-libs/netcdf/netcdf-3.6.1.ebuild b/sci-libs/netcdf/netcdf-3.6.1.ebuild index 689ebd7e32be..189fb9427855 100644 --- a/sci-libs/netcdf/netcdf-3.6.1.ebuild +++ b/sci-libs/netcdf/netcdf-3.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.1.ebuild,v 1.12 2006/08/13 17:42:40 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.1.ebuild,v 1.13 2006/08/22 14:02:20 geoman Exp $ inherit fortran eutils toolchain-funcs @@ -11,7 +11,7 @@ HOMEPAGE="http://my.unidata.ucar.edu/content/software/netcdf/index.html" LICENSE="UCAR-Unidata" SLOT="0" IUSE="fortran" -KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" S="${WORKDIR}/${P}/src" |