From b4c4bfb598e830ad4faebec645efb8763d457339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 27 Nov 2015 15:51:11 +0100 Subject: [PATCH] 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 ae933aad8cd33..f6cc004257c08 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