summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-05-03 11:57:56 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-07 09:43:27 +0200
commitdd3dd9929c2c9095f9c4a6e1e85a540a289dd569 (patch)
treef2c83c5f8a8394d5393523f171b580ddc5870420 /eclass
parentmultilib-build.eclass: Enable EAPI 7 support (diff)
downloadgentoo-dd3dd9929c2c9095f9c4a6e1e85a540a289dd569.tar.gz
gentoo-dd3dd9929c2c9095f9c4a6e1e85a540a289dd569.tar.bz2
gentoo-dd3dd9929c2c9095f9c4a6e1e85a540a289dd569.zip
ninja-utils.eclass: Enable EAPI 7 (no changes)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ninja-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/ninja-utils.eclass b/eclass/ninja-utils.eclass
index 69216176ba61..0a390ed89612 100644
--- a/eclass/ninja-utils.eclass
+++ b/eclass/ninja-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: ninja-utils.eclass
@@ -22,7 +22,7 @@ if [[ -z ${_NINJA_UTILS_ECLASS} ]]; then
case ${EAPI:-0} in
0|1|3) die "EAPI=${EAPI:-0} is not supported (too old)";;
# copied from cmake-utils
- 2|4|5|6) ;;
+ 2|4|5|6|7) ;;
*) die "EAPI=${EAPI} is not yet supported" ;;
esac