diff options
author | 2014-11-01 17:49:00 +0000 | |
---|---|---|
committer | 2014-11-01 17:49:00 +0000 | |
commit | b8763b111e294f50455022b9ff6d04fdcb0f7f10 (patch) | |
tree | 04a0af22021d8868d0e205b129e2f3a076cd80b9 /sys-cluster/mpich | |
parent | Stable for ppc, wrt bug #526740 (diff) | |
download | gentoo-2-b8763b111e294f50455022b9ff6d04fdcb0f7f10.tar.gz gentoo-2-b8763b111e294f50455022b9ff6d04fdcb0f7f10.tar.bz2 gentoo-2-b8763b111e294f50455022b9ff6d04fdcb0f7f10.zip |
Stable for ppc, wrt bug #525532
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r-- | sys-cluster/mpich/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/mpich/mpich-3.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/mpich/ChangeLog b/sys-cluster/mpich/ChangeLog index 6f80827d90b4..9439045b0d83 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.46 2014/10/31 15:57:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/ChangeLog,v 1.47 2014/11/01 17:49:00 ago Exp $ + + 01 Nov 2014; Agostino Sarubbo <ago@gentoo.org> mpich-3.0.4.ebuild: + Stable for ppc, wrt bug #525532 31 Oct 2014; Agostino Sarubbo <ago@gentoo.org> mpich-3.0.4.ebuild: Stable for ppc64, wrt bug #525532 diff --git a/sys-cluster/mpich/mpich-3.0.4.ebuild b/sys-cluster/mpich/mpich-3.0.4.ebuild index c2a2fe180016..00b1c07dec68 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.5 2014/10/31 15:57:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich/mpich-3.0.4.ebuild,v 1.6 2014/11/01 17:49:00 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=" |