diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-05-30 12:54:36 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-05-30 12:54:36 +0000 |
commit | 6de51e86bf8bd15723ce70f6a6bd7cdff4153314 (patch) | |
tree | ce2c15369c77d20791d02afaf17c5c45202ae000 /sys-cluster | |
parent | mask some openmpi useflags (diff) | |
download | gentoo-2-6de51e86bf8bd15723ce70f6a6bd7cdff4153314.tar.gz gentoo-2-6de51e86bf8bd15723ce70f6a6bd7cdff4153314.tar.bz2 gentoo-2-6de51e86bf8bd15723ce70f6a6bd7cdff4153314.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha108/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.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog index 11d121ae01f8..f0cafe28a8e8 100644 --- a/sys-cluster/openmpi/ChangeLog +++ b/sys-cluster/openmpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/openmpi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.105 2012/05/29 15:53:05 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.106 2012/05/30 12:54:36 aballier Exp $ + + 30 May 2012; Alexis Ballier <aballier@gentoo.org> openmpi-1.6.ebuild: + keyword ~amd64-fbsd *openmpi-1.6 (29 May 2012) diff --git a/sys-cluster/openmpi/openmpi-1.6.ebuild b/sys-cluster/openmpi/openmpi-1.6.ebuild index dd4262e2b57f..cbb8134a848a 100644 --- a/sys-cluster/openmpi/openmpi-1.6.ebuild +++ b/sys-cluster/openmpi/openmpi-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.6.ebuild,v 1.1 2012/05/29 15:53:05 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.6.ebuild,v 1.2 2012/05/30 12:54:36 aballier Exp $ EAPI=4 inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs versionator @@ -33,7 +33,7 @@ HOMEPAGE="http://www.open-mpi.org" SRC_URI="http://www.open-mpi.org/software/ompi/v$(get_version_component_range 1-2)/downloads/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux" IUSE="+cxx elibc_FreeBSD fortran heterogeneous ipv6 mpi-threads romio threads vt ${IUSE_OPENMPI_FABRICS} ${IUSE_OPENMPI_RM} ${IUSE_OPENMPI_OFED_FEATURES}" |