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

index 3762d3d6e99073ddde44b23a04fb2f1fc5236632..8c45c391ebb069fb60d1155fd3360370fad5e6e1 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-single-r1.eclass
@@ -34,7 +34,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
                ;;
        *)