diff options
author | Markus Meier <maekke@gentoo.org> | 2009-09-19 09:45:08 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-09-19 09:45:08 +0000 |
commit | ded9cfed9f3129cb1fcae153aafeb3f4deeae5cd (patch) | |
tree | 05e75dd9832174164cc12d5fde39476fc156ea4c /sci-libs | |
parent | unleash ocaml 3.11 to ~arch (diff) | |
download | gentoo-2-ded9cfed9f3129cb1fcae153aafeb3f4deeae5cd.tar.gz gentoo-2-ded9cfed9f3129cb1fcae153aafeb3f4deeae5cd.tar.bz2 gentoo-2-ded9cfed9f3129cb1fcae153aafeb3f4deeae5cd.zip |
amd64/x86 stable, bug #284613
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/hdf/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/hdf/hdf-4.2_p4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/hdf/ChangeLog b/sci-libs/hdf/ChangeLog index 8d4be798ab33..449d22a1e176 100644 --- a/sci-libs/hdf/ChangeLog +++ b/sci-libs/hdf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hdf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/ChangeLog,v 1.13 2009/09/13 16:52:01 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/ChangeLog,v 1.14 2009/09/19 09:45:08 maekke Exp $ + + 19 Sep 2009; Markus Meier <maekke@gentoo.org> hdf-4.2_p4.ebuild: + amd64/x86 stable, bug #284613 13 Sep 2009; Sébastien Fabbro <bicatali@gentoo.org> hdf-4.2_p4.ebuild: Fixed a call to configure for szip (thanks Kacper Kowalik), and fixed a diff --git a/sci-libs/hdf/hdf-4.2_p4.ebuild b/sci-libs/hdf/hdf-4.2_p4.ebuild index daea7bcdbc30..0cc06b9e8e56 100644 --- a/sci-libs/hdf/hdf-4.2_p4.ebuild +++ b/sci-libs/hdf/hdf-4.2_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/hdf-4.2_p4.ebuild,v 1.2 2009/09/13 16:52:01 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf/hdf-4.2_p4.ebuild,v 1.3 2009/09/19 09:45:08 maekke Exp $ EAPI=2 inherit eutils toolchain-funcs autotools flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/${MYP}.tar.gz mirror://gentoo/${P}-patches.tar.bz2" LICENSE="NCSA-HDF" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc x86" SLOT="0" IUSE="fortran netcdf szip" |