diff options
author | Sam James <sam@gentoo.org> | 2021-05-13 15:53:15 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-13 15:53:15 +0200 |
commit | 3b67f3b295634905dad5b852a21821d75df213fb (patch) | |
tree | c38276d289dbb982005061ba98d4bd1b9858fd1c /virtual/mpi | |
parent | virtual/mda: update EAPI 5 -> 7 (diff) | |
download | gentoo-3b67f3b295634905dad5b852a21821d75df213fb.tar.gz gentoo-3b67f3b295634905dad5b852a21821d75df213fb.tar.bz2 gentoo-3b67f3b295634905dad5b852a21821d75df213fb.zip |
virtual/mpi: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual/mpi')
-rw-r--r-- | virtual/mpi/mpi-2.0-r3.ebuild | 5 | ||||
-rw-r--r-- | virtual/mpi/mpi-2.0-r4.ebuild | 5 | ||||
-rw-r--r-- | virtual/mpi/mpi-2.0-r5.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/virtual/mpi/mpi-2.0-r3.ebuild b/virtual/mpi/mpi-2.0-r3.ebuild index 9118946cc281..9925fbe3260f 100644 --- a/virtual/mpi/mpi-2.0-r3.ebuild +++ b/virtual/mpi/mpi-2.0-r3.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" + SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="cxx fortran romio threads" diff --git a/virtual/mpi/mpi-2.0-r4.ebuild b/virtual/mpi/mpi-2.0-r4.ebuild index 3e2f22f0ba26..9162fc02a222 100644 --- a/virtual/mpi/mpi-2.0-r4.ebuild +++ b/virtual/mpi/mpi-2.0-r4.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit multilib-build DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" + SLOT="0" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux" IUSE="cxx fortran romio threads" diff --git a/virtual/mpi/mpi-2.0-r5.ebuild b/virtual/mpi/mpi-2.0-r5.ebuild index c6ef070ea825..6e89702a0713 100644 --- a/virtual/mpi/mpi-2.0-r5.ebuild +++ b/virtual/mpi/mpi-2.0-r5.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit multilib-build DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation" + SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="cxx fortran romio threads" |