diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-27 15:51:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-12-01 23:07:17 +0100 |
commit | b4c4bfb598e830ad4faebec645efb8763d457339 (patch) | |
tree | dbc7fce9453e11df978e44030ad97d6e4a8e67e9 /eclass | |
parent | systemd.eclass: Allow systemd_update_catalog only during pkg_post* (diff) | |
download | gentoo-b4c4bfb598e830ad4faebec645efb8763d457339.tar.gz gentoo-b4c4bfb598e830ad4faebec645efb8763d457339.tar.bz2 gentoo-b4c4bfb598e830ad4faebec645efb8763d457339.zip |
systemd.eclass: Enable EAPI=6
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/systemd.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass index ae933aad8cd3..f6cc004257c0 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 |