diff options
author | Jason Wever <weeve@gentoo.org> | 2006-08-06 22:19:44 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-08-06 22:19:44 +0000 |
commit | e0c774fc2c92e5b779c790746e06a178e7ad922c (patch) | |
tree | e5c90ee69739822f99b0111149ef936b0c9469f2 /sci-libs | |
parent | Stable on x86 (#141390) (diff) | |
download | gentoo-2-e0c774fc2c92e5b779c790746e06a178e7ad922c.tar.gz gentoo-2-e0c774fc2c92e5b779c790746e06a178e7ad922c.tar.bz2 gentoo-2-e0c774fc2c92e5b779c790746e06a178e7ad922c.zip |
Stable on SPARC wrt bug #82431.
(Portage version: 2.1.1_pre4-r3)
Diffstat (limited to 'sci-libs')
-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 e3bd85b6d142..ca36bbbc82d5 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.27 2006/08/01 15:45:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.28 2006/08/06 22:19:44 weeve Exp $ + + 06 Aug 2006; Jason Wever <weeve@gentoo.org> netcdf-3.6.1.ebuild: + Stable on SPARC wrt bug #82431. 01 Aug 2006; Simon Stelling <blubb@gentoo.org> netcdf-3.6.1.ebuild: stable on amd64 diff --git a/sci-libs/netcdf/netcdf-3.6.1.ebuild b/sci-libs/netcdf/netcdf-3.6.1.ebuild index fa278d0f98b2..880d9e19e0e3 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.10 2006/08/01 15:45:11 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.1.ebuild,v 1.11 2006/08/06 22:19:44 weeve 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" |