diff options
author | Matti Bickel <mabi@gentoo.org> | 2009-05-11 22:15:32 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2009-05-11 22:15:32 +0000 |
commit | 3825c8491e4006bda10c413f6d22bf249edd877f (patch) | |
tree | d47ee2f6a5f74cf45e8724e6ca5612c96bb2527e /sys-cluster | |
parent | Use separate thread to init connection patch by dimonb wrt #264986. (diff) | |
download | gentoo-2-3825c8491e4006bda10c413f6d22bf249edd877f.tar.gz gentoo-2-3825c8491e4006bda10c413f6d22bf249edd877f.tar.bz2 gentoo-2-3825c8491e4006bda10c413f6d22bf249edd877f.zip |
marked ~x86 ~amd64
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/mpi-dotnet/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/mpi-dotnet/ChangeLog b/sys-cluster/mpi-dotnet/ChangeLog index f933ce052d91..8c92ada41216 100644 --- a/sys-cluster/mpi-dotnet/ChangeLog +++ b/sys-cluster/mpi-dotnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/mpi-dotnet # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v 1.1 2009/04/17 13:07:20 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/ChangeLog,v 1.2 2009/05/11 22:15:32 mabi Exp $ + + 11 May 2009; <mabi@gentoo.org> mpi-dotnet-1.0.0.ebuild: + tested on x86 and amd64 *mpi-dotnet-1.0.0 (17 Apr 2009) diff --git a/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild b/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild index c19318edd1b9..781143c48544 100644 --- a/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild +++ b/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.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/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v 1.1 2009/04/17 13:07:20 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpi-dotnet/mpi-dotnet-1.0.0.ebuild,v 1.2 2009/05/11 22:15:32 mabi Exp $ WANT_AUTOTOOLS="2.5" inherit autotools mono @@ -16,7 +16,7 @@ SRC_URI="http://www.osl.iu.edu/research/mpi.net/files/${PV}/${MY_P}.tar.gz" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc examples" RDEPEND="virtual/mpi |