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 | 9cde34aef92ea207557cecdc65b086586d9a4b8c (patch) | |
tree | d976624f1746ed81895d1833c10d496a87b3f110 /sys-cluster/mpi-dotnet | |
parent | Use separate thread to init connection patch by dimonb wrt #264986. (diff) | |
download | historical-9cde34aef92ea207557cecdc65b086586d9a4b8c.tar.gz historical-9cde34aef92ea207557cecdc65b086586d9a4b8c.tar.bz2 historical-9cde34aef92ea207557cecdc65b086586d9a4b8c.zip |
marked ~x86 ~amd64
Package-Manager: portage-2.1.6.13/cvs/Linux ppc
Diffstat (limited to 'sys-cluster/mpi-dotnet')
-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 |