diff options
author | 2010-01-15 23:03:18 +0000 | |
---|---|---|
committer | 2010-01-15 23:03:18 +0000 | |
commit | 054bd4645098b670bd761cff37c2505ac7900aea (patch) | |
tree | 67435716127fe91d124ae7ebc43c26b50167a4e3 /sci-libs/hdf5/hdf5-1.8.4-r1.ebuild | |
parent | stable x86, bug 300113 (diff) | |
download | gentoo-2-054bd4645098b670bd761cff37c2505ac7900aea.tar.gz gentoo-2-054bd4645098b670bd761cff37c2505ac7900aea.tar.bz2 gentoo-2-054bd4645098b670bd761cff37c2505ac7900aea.zip |
stable x86, bug 299710
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sci-libs/hdf5/hdf5-1.8.4-r1.ebuild')
-rw-r--r-- | sci-libs/hdf5/hdf5-1.8.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild b/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild index 5466c2c85676..5046e7cb25cd 100644 --- a/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild,v 1.2 2009/12/11 23:03:51 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.4-r1.ebuild,v 1.3 2010/01/15 23:03:18 fauli Exp $ EAPI=2 inherit eutils autotools @@ -11,7 +11,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/current/src/${P}.tar.gz" LICENSE="NCSA-HDF" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="cxx examples fortran mpi szip threads zlib" |