diff options
author | Lars Weiler <pylon@gentoo.org> | 2006-07-01 10:04:34 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2006-07-01 10:04:34 +0000 |
commit | c5f44c38443c1361d38920485e88050076f82cbe (patch) | |
tree | 9aa75d56d74c91ba23381d3d7c6718b18a04f219 /sci-libs | |
parent | fix #138668 (diff) | |
download | gentoo-2-c5f44c38443c1361d38920485e88050076f82cbe.tar.gz gentoo-2-c5f44c38443c1361d38920485e88050076f82cbe.tar.bz2 gentoo-2-c5f44c38443c1361d38920485e88050076f82cbe.zip |
Stable on ppc; bug #82431.
(Portage version: 2.1.1_pre1-r2)
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 85da4f7d8ba7..c840ad98f714 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.21 2006/07/01 06:12:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.22 2006/07/01 10:04:34 pylon Exp $ + + 01 Jul 2006; Lars Weiler <pylon@gentoo.org> netcdf-3.6.1.ebuild: + Stable on ppc; bug #82431. 01 Jul 2006; Markus Rothe <corsair@gentoo.org> netcdf-3.6.1.ebuild: Stable on ppc64; bug #82431 diff --git a/sci-libs/netcdf/netcdf-3.6.1.ebuild b/sci-libs/netcdf/netcdf-3.6.1.ebuild index d3f9feefcd59..cd5e9d54582f 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.4 2006/07/01 06:12:27 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.6.1.ebuild,v 1.5 2006/07/01 10:04:34 pylon 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" |