commit: c52253d75539f79dbdb0de2725f22d1eeacb126d Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Fri Feb 26 08:56:03 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <jlec <AT> 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=""