commit: b4c4bfb598e830ad4faebec645efb8763d457339 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Nov 27 14:51:11 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 1 22:07:17 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c4bfb5
systemd.eclass: Enable EAPI=6 eclass/systemd.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index ae933aa..f6cc004 100644 --- a/eclass/systemd.eclass +++ b/eclass/systemd.eclass @@ -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