ninja-utils.eclass: Enable EAPI 7 (no changes)
authorMichał Górny <mgorny@gentoo.org>
Thu, 3 May 2018 09:57:56 +0000 (11:57 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 7 May 2018 07:43:27 +0000 (09:43 +0200)
eclass/ninja-utils.eclass

index 69216176ba61fbb24633069d425accf202f57b68..0a390ed896122741a5f57ee090663d64f0f7fa9b 100644 (file)
@@ -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