scons-utils.eclass: Enable EAPI 6
authorMichał Górny <mgorny@gentoo.org>
Fri, 1 Jan 2016 16:04:16 +0000 (17:04 +0100)
committerMichał Górny <mgorny@gentoo.org>
Fri, 8 Jan 2016 05:14:36 +0000 (06:14 +0100)
eclass/scons-utils.eclass

index 89618f93874fac949b79236cd9b1e1799507ecf4..0493ec1dec5a01d1db6bf4cf19b8b42edd941711 100644 (file)
@@ -94,7 +94,7 @@
 # -- EAPI support check --
 
 case ${EAPI:-0} in
-       0|1|2|3|4|5) ;;
+       0|1|2|3|4|5|6) ;;
        *) die "EAPI ${EAPI} unsupported."
 esac