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

index a96afeda77f745c2a07704eed38ccf0b705f60b4..13e9d38c4ec285a68c05f38b9799f8eaddb57223 100644 (file)
@@ -20,7 +20,7 @@
 # https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1
 
 case "${EAPI:-0}" in
-       0|1|2|3|4|5)
+       0|1|2|3|4|5|6)
                ;;
        *)
                die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"