python-r1.eclass: Enable EAPI 6
authorMichał Górny <mgorny@gentoo.org>
Wed, 18 Nov 2015 21:29:15 +0000 (22:29 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000 (20:09 +0100)
eclass/python-r1.eclass

index 92fa5defb93e9152fa9877d01dfa9d06c9b577ed..91f0436f3ef2f0e6da1d6376291369829fca1a0a 100644 (file)
@@ -47,7 +47,7 @@ case "${EAPI:-0}" in
                        die "Unsupported EAPI=${EAPI:-4} (too old, allowed only on restricted set of packages) for ${ECLASS}"
                fi
                ;;
-       5)
+       5|6)
                # EAPI=5 is required for sane USE_EXPAND dependencies
                ;;
        *)