diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 11:56:15 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-29 11:56:15 +0000 |
commit | 36e3a35acfaa0b94187bf6763baff5b4895c1d9d (patch) | |
tree | b824d06e14466a8237db8d726058c0040a16dfee /sys-cluster | |
parent | Stable for amd64, wrt bug #525142 (diff) | |
download | gentoo-2-36e3a35acfaa0b94187bf6763baff5b4895c1d9d.tar.gz gentoo-2-36e3a35acfaa0b94187bf6763baff5b4895c1d9d.tar.bz2 gentoo-2-36e3a35acfaa0b94187bf6763baff5b4895c1d9d.zip |
Stable for amd64, wrt bug #525532
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpich/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/mpich/mpich-3.0.4.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-cluster/mpich/ChangeLog b/sys-cluster/mpich/ChangeLog index a1f7d4760c1f..957298be7e21 100644 --- a/sys-cluster/mpich/ChangeLog +++ b/sys-cluster/mpich/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/mpich # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.43 2014/10/16 15:37:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.44 2014/10/29 11:56:15 ago Exp $ + + 29 Oct 2014; Agostino Sarubbo <ago@gentoo.org> mpich-3.0.4.ebuild: + Stable for amd64, wrt bug #525532 16 Oct 2014; Jeroen Roovers <jer@gentoo.org> mpich-3.0.4.ebuild: Stable for HPPA (bug #525532). @@ -15,4 +18,3 @@ 09 Jul 2013; Justin Bronder <jsbronder@gentoo.org> +mpich-3.0.4.ebuild, +metadata.xml: version bump and upstream package rename from mpich2 - diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4.ebuild index afc86bea83bb..345e58e5c583 100644 --- a/sys-cluster/mpich/mpich-3.0.4.ebuild +++ b/sys-cluster/mpich/mpich-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-3.0.4.ebuild,v 1.2 2014/10/16 15:37:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-3.0.4.ebuild,v 1.3 2014/10/29 11:56:15 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://www.mpich.org/static/downloads/${PV}/${P}.tar.gz" SLOT="0" LICENSE="mpich" -KEYWORDS="~amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="+cxx doc fortran mpi-threads romio threads" COMMON_DEPEND=" |