diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-07-05 04:21:08 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-07-05 04:21:08 +0000 |
commit | b6b9008b531f481efeff5a1ff902a093482e8027 (patch) | |
tree | 2c9f437c18c9eb6ae1adb44f47bf08ead7673bbb /sci-libs/netcdf | |
parent | Version update, closes bugs, etc (diff) | |
download | gentoo-2-b6b9008b531f481efeff5a1ff902a093482e8027.tar.gz gentoo-2-b6b9008b531f481efeff5a1ff902a093482e8027.tar.bz2 gentoo-2-b6b9008b531f481efeff5a1ff902a093482e8027.zip |
Stable x86
(Portage version: 2.1-r1)
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 c840ad98f714..9142603354d4 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.22 2006/07/01 10:04:34 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.23 2006/07/05 04:21:08 tsunam Exp $ + + 05 Jul 2006; Joshua Jackson <tsunam@gentoo.org> netcdf-3.6.1.ebuild: + Stable x86; bug #82431 01 Jul 2006; Lars Weiler <pylon@gentoo.org> netcdf-3.6.1.ebuild: Stable on ppc; bug #82431. diff --git a/sci-libs/netcdf/netcdf-3.6.1.ebuild b/sci-libs/netcdf/netcdf-3.6.1.ebuild index cd5e9d54582f..cb2b0b4b6ba7 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.5 2006/07/01 10:04:34 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.1.ebuild,v 1.6 2006/07/05 04:21:08 tsunam Exp $ inherit fortran eutils @@ -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" |