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

index 4d9c8d05fd6463c6ed816bc1bf1634dda925d76b..951a20adaca45caa4e5e72bc67fd473e3d67103b 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: out-of-source.eclass
@@ -32,7 +32,7 @@
 # @CODE
 
 case ${EAPI} in
-       6);;
+       6|7);;
        *) die "EAPI ${EAPI:-0} unsupported (too old)";;
 esac