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

index 0bdbed186f9f3c545df527afa7d9908c87ebc91d..d21008cf266628878b5dae5c39f7c93f1d846fbc 100644 (file)
@@ -17,7 +17,7 @@ case "${EAPI:-0}" in
        0|1|2|3)
                die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
                ;;
-       4|5)
+       4|5|6)
                ;;
        *)
                die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"