From: Ferris McCormick Date: Wed, 14 Jun 2006 15:20:27 +0000 (+0000) Subject: Add ~sparc keyword, closing Bug #118777 --- but please see Comments 4 and 5 on X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e8ecac095f69dba6b63d6ba6be8f41ed117502bd;p=gentoo.git Add ~sparc keyword, closing Bug #118777 --- but please see Comments 4 and 5 on the bug for conditions under which hdf5 should be built. (USE flags and environment variables curiosities.) Package-Manager: portage-2.1 --- diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 7edbf53f384a..386b0879efd5 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,11 @@ # 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.12 2006/05/25 23:22:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.13 2006/06/14 15:20:27 fmccor Exp $ + + 14 Jun 2006; Ferris McCormick hdf5-1.6.5.ebuild: + Add ~sparc keyword, closing Bug #118777 --- but please see Comments 4 and 5 on + the bug for conditions under which hdf5 should be built. (USE flags and + environment variables curiosities.) *hdf5-1.6.5 (25 May 2006) diff --git a/sci-libs/hdf5/hdf5-1.6.5.ebuild b/sci-libs/hdf5/hdf5-1.6.5.ebuild index 78141a5e06c6..eace4aa86383 100644 --- a/sci-libs/hdf5/hdf5-1.6.5.ebuild +++ b/sci-libs/hdf5/hdf5-1.6.5.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.5.ebuild,v 1.1 2006/05/25 23:22:32 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.6.5.ebuild,v 1.2 2006/06/14 15:20:27 fmccor 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="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" # need to update szip to get sparc, alpha, and ia64 back in here, # as well as work out the mpi issues IUSE="static zlib ssl mpi hlapi szip threads debug"