diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-29 09:31:55 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-29 09:31:55 +0000 |
commit | e7837307f4141fc493211386a5aa5c28ce76d212 (patch) | |
tree | 9d1d1371b50da9810baeb205a8fad9a1cf7d339d /sci-libs | |
parent | m68k love (diff) | |
download | gentoo-2-e7837307f4141fc493211386a5aa5c28ce76d212.tar.gz gentoo-2-e7837307f4141fc493211386a5aa5c28ce76d212.tar.bz2 gentoo-2-e7837307f4141fc493211386a5aa5c28ce76d212.zip |
Stable on amd64, bug 82431.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/netcdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/netcdf/netcdf-3.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog index fb602ca8c19d..baa95c254f3d 100644 --- a/sci-libs/netcdf/ChangeLog +++ b/sci-libs/netcdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/netcdf # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.8 2005/05/29 02:01:45 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.9 2005/05/29 09:31:55 cryos Exp $ + + 29 May 2005; Marcus D. Hanwell <marcus@gentoo.org> netcdf-3.6.0-r1.ebuild: + Stable on amd64, bug 82431. 29 May 2005; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.0-r1.ebuild: works fine on x86 and sparc (stable bump) diff --git a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild index 8aba0ee8612a..913954e8bbb2 100644 --- a/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild +++ b/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.2 2005/05/29 02:01:45 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.0-r1.ebuild,v 1.3 2005/05/29 09:31:55 cryos Exp $ inherit eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://my.unidata.ucar.edu/content/software/netcdf/index.html" LICENSE="UCAR-Unidata" SLOT="0" IUSE="" -KEYWORDS="x86 sparc ~amd64 ~alpha ~ia64 ~ppc ~mips ~hppa" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc sparc x86" S=${WORKDIR}/${PN}-${MY_PV}/src |