From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 811A2138A1A for ; Sat, 21 Feb 2015 02:46:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF3EAE08AD; Sat, 21 Feb 2015 02:46:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59035E08B1 for ; Sat, 21 Feb 2015 02:46:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72AE634091E for ; Sat, 21 Feb 2015 02:46:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF98B12357 for ; Sat, 21 Feb 2015 02:46:43 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1424486796.9ecf36b26fe22b30233db0bafc839e90ae6c84df.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/mpi/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/mpi/ChangeLog virtual/mpi/mpi-2.0-r4.ebuild X-VCS-Directories: virtual/mpi/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 9ecf36b26fe22b30233db0bafc839e90ae6c84df X-VCS-Branch: master Date: Sat, 21 Feb 2015 02:46:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 094691d2-7281-4715-90ad-98f709b377ef X-Archives-Hash: fbe0e31ec7a697d1f3987b9290fd96fb commit: 9ecf36b26fe22b30233db0bafc839e90ae6c84df Author: Christoph Junghans gentoo org> AuthorDate: Sat Feb 21 02:09:43 2015 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Sat Feb 21 02:46:36 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9ecf36b2 mpich2 will not be ported to multilib Package-Manager: portage-2.2.14 --- virtual/mpi/ChangeLog | 3 +++ virtual/mpi/mpi-2.0-r4.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/virtual/mpi/ChangeLog b/virtual/mpi/ChangeLog index 929d007..403d5c1 100644 --- a/virtual/mpi/ChangeLog +++ b/virtual/mpi/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 21 Feb 2015; Christoph Junghans mpi-2.0-r4.ebuild: + mpich2 will not be ported to multilib + 19 Feb 2015; Christoph Junghans mpi-2.0-r4.ebuild: dropped keywords like for >=sys-cluster/openmpi-1.8.4-r3 diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild index 6099c59..6f15a39 100644 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ b/virtual/mpi/mpi-2.0-r4.ebuild @@ -17,8 +17,8 @@ IUSE="cxx fortran romio threads" RDEPEND="|| ( >=sys-cluster/openmpi-1.8.4-r3[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] >=sys-cluster/mpich-3.1.3-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] - >=sys-cluster/mpich2-1.5-r1[${MULTILIB_USEDEP},cxx?,fortran?,romio?,threads?] abi_x86_64? ( !abi_x86_32? ( sys-cluster/mvapich2[fortran?,romio?,threads?] ) ) + x86? ( sys-cluster/mvapich2[fortran?,romio?,threads?] ) prefix? ( sys-cluster/native-mpi ) )"