commit: aeb9c0084d83a72d0fb7468837abcee8f7ff9645
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 10 18:24:07 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Feb 10 18:26:49 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=aeb9c008
mpi.eclass: Enable EAPI=6
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
eclass/mpi.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/mpi.eclass b/eclass/mpi.eclass
index af25756..b7ace33 100644
--- a/eclass/mpi.eclass
+++ b/eclass/mpi.eclass
@@ -17,8 +17,8 @@ if [[ ! ${_MPI_ECLASS} ]]; then
case ${EAPI:-0} in
2|3|4|5)
- inherit multilib
- ;;
+ inherit multilib ;;
+ 6) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac