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 A38C71388C0 for ; Fri, 26 Feb 2016 09:02:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9F63E080A; Fri, 26 Feb 2016 09:02:38 +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 109EF21C00D for ; Fri, 26 Feb 2016 09:02:37 +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 3B436340C9F for ; Fri, 26 Feb 2016 09:02:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81E86208F for ; Fri, 26 Feb 2016 09:02:32 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1456476963.c52253d75539f79dbdb0de2725f22d1eeacb126d.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: virtual/mpi/ X-VCS-Repository: proj/sci X-VCS-Files: virtual/mpi/mpi-2.0-r3.ebuild X-VCS-Directories: virtual/mpi/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c52253d75539f79dbdb0de2725f22d1eeacb126d X-VCS-Branch: master Date: Fri, 26 Feb 2016 09:02:32 +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: 22cd406e-c4fd-481d-a906-45b7e320b34c X-Archives-Hash: e31de10e9aebea22eeb298786c6998d2 commit: c52253d75539f79dbdb0de2725f22d1eeacb126d Author: Justin Lecher gentoo org> AuthorDate: Fri Feb 26 08:56:03 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Feb 26 08:56:03 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c52253d7 virtual/mpi: Bump to EAPI=6 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> virtual/mpi/mpi-2.0-r3.ebuild | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/virtual/mpi/mpi-2.0-r3.ebuild b/virtual/mpi/mpi-2.0-r3.ebuild index 7d3be36..0434eb1 100644 --- a/virtual/mpi/mpi-2.0-r3.ebuild +++ b/virtual/mpi/mpi-2.0-r3.ebuild @@ -1,24 +1,26 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" HOMEPAGE="" SRC_URI="" + LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cxx fortran romio threads" -RDEPEND="|| ( - sys-cluster/openmpi[cxx?,fortran?,romio?,threads?] - sys-cluster/mpich[cxx?,fortran?,romio?,threads?] - sys-cluster/mpich2[cxx?,fortran?,romio?,threads?] - sys-cluster/mvapich2[fortran?,romio?,threads?] - sys-cluster/nullmpi[cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] - sys-cluster/native-mpi -)" - +RDEPEND=" + || ( + sys-cluster/openmpi[cxx?,fortran?,romio?,threads?] + sys-cluster/mpich[cxx?,fortran?,romio?,threads?] + sys-cluster/mpich2[cxx?,fortran?,romio?,threads?] + sys-cluster/mvapich2[fortran?,romio?,threads?] + sys-cluster/nullmpi[cxx(-)?,fortran(-)?,romio(-)?,threads(-)?] + sys-cluster/native-mpi + ) +" DEPEND=""