diff options
author | Markus Meier <maekke@gentoo.org> | 2009-11-25 22:12:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-11-25 22:12:23 +0000 |
commit | 6098b67076f5e2a2e2cf615c7b7d75aadc025e9c (patch) | |
tree | 4624993cd1248c60cbb2c35be8d2c601745db5e6 /sci-physics/mpb | |
parent | amd64/x86 stable, bug #294445 (diff) | |
download | gentoo-2-6098b67076f5e2a2e2cf615c7b7d75aadc025e9c.tar.gz gentoo-2-6098b67076f5e2a2e2cf615c7b7d75aadc025e9c.tar.bz2 gentoo-2-6098b67076f5e2a2e2cf615c7b7d75aadc025e9c.zip |
amd64/x86 stable, bug #294450
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/mpb')
-rw-r--r-- | sci-physics/mpb/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/mpb/mpb-1.4.2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/mpb/ChangeLog b/sci-physics/mpb/ChangeLog index f2da1c1ca8be..8b2e8bd9dfb4 100644 --- a/sci-physics/mpb/ChangeLog +++ b/sci-physics/mpb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/mpb # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v 1.12 2009/08/26 11:55:05 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/ChangeLog,v 1.13 2009/11/25 22:12:23 maekke Exp $ + + 25 Nov 2009; Markus Meier <maekke@gentoo.org> mpb-1.4.2-r2.ebuild: + amd64/x86 stable, bug #294450 25 Aug 2009; Markus Dittrich <markusle@gentoo.org> mpb-1.4.2-r2.ebuild: Enable hdf5-1.6 legacy API when building against hdf5-1.8 diff --git a/sci-physics/mpb/mpb-1.4.2-r2.ebuild b/sci-physics/mpb/mpb-1.4.2-r2.ebuild index 2a49af273ebd..7958f1b3a98f 100644 --- a/sci-physics/mpb/mpb-1.4.2-r2.ebuild +++ b/sci-physics/mpb/mpb-1.4.2-r2.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-physics/mpb/mpb-1.4.2-r2.ebuild,v 1.2 2009/08/25 01:25:28 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/mpb/mpb-1.4.2-r2.ebuild,v 1.3 2009/11/25 22:12:23 maekke Exp $ EAPI=2 inherit eutils autotools flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://ab-initio.mit.edu/mpb/${P}.tar.gz" HOMEPAGE="http://ab-initio.mit.edu/mpb/" LICENSE="GPL-2" -KEYWORDS="~x86 ~amd64" +KEYWORDS="amd64 x86" IUSE="doc examples hdf5 mpi" SLOT="0" |