summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-11-27 15:51:11 +0100
committerMichał Górny <mgorny@gentoo.org>2015-12-01 23:07:17 +0100
commitb4c4bfb598e830ad4faebec645efb8763d457339 (patch)
treedbc7fce9453e11df978e44030ad97d6e4a8e67e9 /eclass
parentsystemd.eclass: Allow systemd_update_catalog only during pkg_post* (diff)
downloadgentoo-b4c4bfb598e830ad4faebec645efb8763d457339.tar.gz
gentoo-b4c4bfb598e830ad4faebec645efb8763d457339.tar.bz2
gentoo-b4c4bfb598e830ad4faebec645efb8763d457339.zip
systemd.eclass: Enable EAPI=6
Diffstat (limited to 'eclass')
-rw-r--r--eclass/systemd.eclass2
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