python-r1.eclass: Enable EAPI 7 (no changes)
authorMichał Górny <mgorny@gentoo.org>
Thu, 3 May 2018 13:53:11 +0000 (15:53 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 7 May 2018 07:43:31 +0000 (09:43 +0200)
eclass/python-r1.eclass

index 5ec23d23d8cc941d2eb42a7a85791fc4248ba864..8a8adb449cc36b863977d3c9bac73de7e7426253 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: python-r1.eclass
@@ -32,7 +32,7 @@ case "${EAPI:-0}" in
        0|1|2|3|4)
                die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
                ;;
-       5|6)
+       5|6|7)
                # EAPI=5 is required for sane USE_EXPAND dependencies
                ;;
        *)