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

index 1c2728514beafd367bfc75681f40ab51ab3ab61a..d9fc34b0ed85a4aca383bea85e0fd0a7d1e3d3c9 100644 (file)
@@ -55,7 +55,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
                ;;
        *)