diff options
author | 2013-06-17 04:53:03 +0000 | |
---|---|---|
committer | 2013-06-17 04:53:03 +0000 | |
commit | b438fe452dd6ec377cfc801454099ce457f4fee0 (patch) | |
tree | 59791e637a6cca1f1d9c4412e03093038c6a5725 /sys-cluster/mpich2 | |
parent | Drop m support for c/[ in scanf since it breaks netstat badly (matches what u... (diff) | |
download | gentoo-2-b438fe452dd6ec377cfc801454099ce457f4fee0.tar.gz gentoo-2-b438fe452dd6ec377cfc801454099ce457f4fee0.tar.bz2 gentoo-2-b438fe452dd6ec377cfc801454099ce457f4fee0.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sys-cluster/mpich2')
-rw-r--r-- | sys-cluster/mpich2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/mpich2/mpich2-1.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/mpich2/ChangeLog b/sys-cluster/mpich2/ChangeLog index dc6b4a95d424..34f341ed2b93 100644 --- a/sys-cluster/mpich2/ChangeLog +++ b/sys-cluster/mpich2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/mpich2 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.89 2013/02/28 14:33:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.90 2013/06/17 04:53:03 bicatali Exp $ + + 17 Jun 2013; Sébastien Fabbro <bicatali@gentoo.org> mpich2-1.5.ebuild: + Keyword amd64-linux and x86-linux 28 Feb 2013; Jeroen Roovers <jer@gentoo.org> mpich2-1.5.ebuild: Stable for HPPA (bug #458206). diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5.ebuild index 9e745537c6db..6838a748f49a 100644 --- a/sys-cluster/mpich2/mpich2-1.5.ebuild +++ b/sys-cluster/mpich2/mpich2-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.5.ebuild,v 1.7 2013/02/28 14:33:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.5.ebuild,v 1.8 2013/06/17 04:53:03 bicatali Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/${MY SLOT="0" LICENSE="mpich2" -KEYWORDS="amd64 hppa ppc ppc64 x86" +KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="+cxx doc fortran mpi-threads romio threads" COMMON_DEPEND=" |