diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2011-07-02 16:31:41 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2011-07-02 16:31:41 +0000 |
commit | 14a55caca5b26398bff690ef6eb45512aa447aeb (patch) | |
tree | e47987da7e39325d2091d0e66f80dbb4c51b5397 /sys-cluster | |
parent | [sys-apps/hwloc] Enable prefix support for ~amd64-linux =D (diff) | |
download | gentoo-2-14a55caca5b26398bff690ef6eb45512aa447aeb.tar.gz gentoo-2-14a55caca5b26398bff690ef6eb45512aa447aeb.tar.bz2 gentoo-2-14a55caca5b26398bff690ef6eb45512aa447aeb.zip |
[sys-cluster/openmpi] Enable prefix support for ~amd64-linux
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/openmpi/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog index b72923c98b8c..702af92c87d4 100644 --- a/sys-cluster/openmpi/ChangeLog +++ b/sys-cluster/openmpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/openmpi # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.87 2011/07/01 21:55:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.88 2011/07/02 16:31:41 alexxy Exp $ + + 02 Jul 2011; Alexey Shvetsov <alexxy@gentoo.org> openmpi-1.5.3-r1.ebuild: + Add ~amd64-linux keyword *openmpi-1.5.3-r1 (01 Jul 2011) diff --git a/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild b/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild index e7b07cec58d9..c2a0bbb6ef6e 100644 --- a/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild +++ b/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild,v 1.1 2011/07/01 21:55:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild,v 1.2 2011/07/02 16:31:41 alexxy Exp $ EAPI=3 inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs @@ -13,7 +13,7 @@ HOMEPAGE="http://www.open-mpi.org" SRC_URI="http://www.open-mpi.org/software/ompi/v1.5/downloads/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" IUSE="+cxx elibc_FreeBSD fortran heterogeneous infiniband ipv6 mpi-threads pbs romio sctp threads vt" RDEPEND=" fortran? ( virtual/fortran ) |