diff options
author | 2021-05-13 15:53:15 +0200 | |
---|---|---|
committer | 2021-05-13 15:53:15 +0200 | |
commit | 3b67f3b295634905dad5b852a21821d75df213fb (patch) | |
tree | c38276d289dbb982005061ba98d4bd1b9858fd1c /virtual/mpi/mpi-2.0-r4.ebuild | |
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/mpi-2.0-r4.ebuild')
-rw-r--r-- | virtual/mpi/mpi-2.0-r4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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" |