diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-03-17 14:11:22 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-03-17 14:11:22 +0000 |
commit | 9fdcb35340a9cba4a36aa617826efabc4a6d25b4 (patch) | |
tree | cffeeacf8c9f208eea7d1716ef5852dd39071869 /sci-libs | |
parent | new package for 2.14. (diff) | |
download | historical-9fdcb35340a9cba4a36aa617826efabc4a6d25b4.tar.gz historical-9fdcb35340a9cba4a36aa617826efabc4a6d25b4.tar.bz2 historical-9fdcb35340a9cba4a36aa617826efabc4a6d25b4.zip |
Added ~ppc64; bug #126527
Package-Manager: portage-2.0.54
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hdf5/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/hdf5/hdf5-1.6.4.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/szip/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/szip/szip-1.1-r1.ebuild | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 7841b0c25c10..323eca2dd73f 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hdf5 # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.9 2006/02/14 00:57:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.10 2006/03/17 14:11:22 corsair Exp $ + + 17 Mar 2006; Markus Rothe <corsair@gentoo.org> hdf5-1.6.4.ebuild: + Added ~ppc64; bug #126527 14 Feb 2006; Donnie Berkholz <spyderous@gentoo.org>; hdf5-1.6.4.ebuild: Use virtual/mpi instead of an || for lam-mpi and mpich. It caused issues diff --git a/sci-libs/hdf5/hdf5-1.6.4.ebuild b/sci-libs/hdf5/hdf5-1.6.4.ebuild index 8383464d08bf..93a7598174eb 100644 --- a/sci-libs/hdf5/hdf5-1.6.4.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.4.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/hdf5/hdf5-1.6.4.ebuild,v 1.3 2006/02/14 00:57:26 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.4.ebuild,v 1.4 2006/03/17 14:11:22 corsair Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/HDF5/current/src/${P}.tar.gz" LICENSE="NCSA-HDF" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="static zlib ssl mpi hlapi szip" DEPEND="zlib? ( sys-libs/zlib ) diff --git a/sci-libs/szip/ChangeLog b/sci-libs/szip/ChangeLog index d0fd19cd8e1a..fce8cd9a066b 100644 --- a/sci-libs/szip/ChangeLog +++ b/sci-libs/szip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/szip -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.5 2005/06/26 00:54:05 ribosome Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/ChangeLog,v 1.6 2006/03/17 14:09:28 corsair Exp $ + + 17 Mar 2006; Markus Rothe <corsair@gentoo.org> szip-1.1-r1.ebuild: + Added ~ppc64; bug #126527 26 Jun 2005; Olivier Fisette <ribosome@gentoo.org> -szip-1.1.ebuild: Removed obsolete version. diff --git a/sci-libs/szip/szip-1.1-r1.ebuild b/sci-libs/szip/szip-1.1-r1.ebuild index 4ab79af6e80d..3d9e2ee1808c 100644 --- a/sci-libs/szip/szip-1.1-r1.ebuild +++ b/sci-libs/szip/szip-1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-1.1-r1.ebuild,v 1.3 2004/12/29 00:29:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/szip/szip-1.1-r1.ebuild,v 1.4 2006/03/17 14:09:28 corsair Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.ncsa.uiuc.edu/HDF/szip/src/${MY_P}.tar.gz" LICENSE="szip" SLOT="0" -KEYWORDS="x86 amd64 ppc" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="" |