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

index c00cc3a3e09a740d03ce91df51aa708c83ba9134..b6c22587abaf3faf14742aa1608ea3dc7245778b 100644 (file)
@@ -37,8 +37,7 @@
 # https://wiki.gentoo.org/wiki/Project:Python/python-any-r1
 
 case "${EAPI:-0}" in
-       0|1|2|3|4|5)
-               # EAPI=4 needed by python-r1
+       0|1|2|3|4|5|6)
                ;;
        *)
                die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"