From 35adbdcd1670b6fc6e943905c8cf3889a9487e20 Mon Sep 17 00:00:00 2001 From: Kacper Kowalik Date: Wed, 13 Jul 2011 15:49:01 +0000 Subject: Add ~amd64-linux ~x86-linux (Portage version: 2.2.0_alpha43/cvs/Linux x86_64) --- sci-libs/hdf5/ChangeLog | 5 ++++- sci-libs/hdf5/hdf5-1.8.7.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'sci-libs/hdf5') diff --git a/sci-libs/hdf5/ChangeLog b/sci-libs/hdf5/ChangeLog index 1c07588d8489..bc91d18f5c70 100644 --- a/sci-libs/hdf5/ChangeLog +++ b/sci-libs/hdf5/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/hdf5 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.73 2011/07/08 11:24:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/ChangeLog,v 1.74 2011/07/13 15:49:01 xarthisius Exp $ + + 13 Jul 2011; Kacper Kowalik hdf5-1.8.7.ebuild: + Add ~amd64-linux ~x86-linux 08 Jul 2011; Kacper Kowalik hdf5-1.8.7.ebuild: Export mpi wrappers again due to clash with fortran-2.eclass. Fixes bug diff --git a/sci-libs/hdf5/hdf5-1.8.7.ebuild b/sci-libs/hdf5/hdf5-1.8.7.ebuild index 6a425cba2b26..7e16468da0bd 100644 --- a/sci-libs/hdf5/hdf5-1.8.7.ebuild +++ b/sci-libs/hdf5/hdf5-1.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.8 2011/07/08 11:24:29 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/hdf5/hdf5-1.8.7.ebuild,v 1.9 2011/07/13 15:49:01 xarthisius Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.hdfgroup.org/ftp/HDF5/current/src/${P}.tar.bz2" LICENSE="NCSA-HDF" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cxx debug examples fortran mpi szip threads zlib" RDEPEND=" @@ -86,7 +86,7 @@ src_configure() { econf \ --disable-sharedlib-rpath \ --enable-production \ - --docdir=/usr/share/doc/${PF} \ + --docdir="${EPREFIX}"/usr/share/doc/${PF} \ --enable-deprecated-symbols \ --enable-shared \ --disable-silent-rules \ -- cgit v1.2.3-65-gdbad