multilib-minimal.eclass: Enable EAPI 7 (no changes)
authorMichał Górny <mgorny@gentoo.org>
Thu, 3 May 2018 10:12:46 +0000 (12:12 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 7 May 2018 07:43:28 +0000 (09:43 +0200)
eclass/multilib-minimal.eclass

index de46762ca61a57dbc9dee81a6e42b17b412c0002..ae40eeb25895e4f6b98c35b22538344aa9e6a719 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: multilib-minimal.eclass
@@ -24,7 +24,7 @@
 
 # EAPI=4 is required for meaningful MULTILIB_USEDEP.
 case ${EAPI:-0} in
-       4|5|6) ;;
+       4|5|6|7) ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac