multibuild.eclass: Enable EAPI 7 (no changes)
authorMichał Górny <mgorny@gentoo.org>
Thu, 3 May 2018 09:51:32 +0000 (11:51 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 7 May 2018 07:43:26 +0000 (09:43 +0200)
eclass/multibuild.eclass

index 0f89e4ec0b83a21a2c32cdfd708ff64710aa1554..9574e3debadb2884048421a265f7187817197471 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: multibuild.eclass
@@ -16,7 +16,7 @@ case "${EAPI:-0}" in
        0|1|2|3)
                die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
                ;;
-       4|5|6)
+       4|5|6|7)
                ;;
        *)
                die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"