systemd.eclass: Enable EAPI=6

This commit is contained in:
Michał Górny
2015-11-27 15:51:11 +01:00
parent 45e1836244
commit b4c4bfb598

View File

@@ -27,7 +27,7 @@
inherit toolchain-funcs
case ${EAPI:-0} in
0|1|2|3|4|5) ;;
0|1|2|3|4|5|6) ;;
*) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established."
esac