commit: fbe340ce6d8af0ae9c7aa57a204eead54653a7a2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 25 13:48:14 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 25 21:23:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbe340ce
cmake-multilib.eclass: Support EAPI 7
Simple follow-up to cmake-utils supporting EAPI 7, no changes.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/cmake-multilib.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass
index 7c65e11536b..b43995d0df5 100644
--- a/eclass/cmake-multilib.eclass
+++ b/eclass/cmake-multilib.eclass
@@ -20,7 +20,7 @@
# phase rather than 'default'.
case ${EAPI:-0} in
- 6) ;;
+ [67]) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac