multilib-build.eclass: Enable EAPI 6
authorMichał Górny <mgorny@gentoo.org>
Sun, 6 Dec 2015 15:25:00 +0000 (16:25 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 9 Dec 2015 20:41:16 +0000 (21:41 +0100)
eclass/multilib-build.eclass

index eb7bf9aaf93db048c0102460d686d8a854aa2f66..0d4ffd9df9b4298531e58a87415a8f11c925abbb 100644 (file)
@@ -21,7 +21,7 @@ if [[ ! ${_MULTILIB_BUILD} ]]; then
 
 # EAPI=4 is required for meaningful MULTILIB_USEDEP.
 case ${EAPI:-0} in
-       4|5) ;;
+       4|5|6) ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac