Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Tue, 01 Dec 2015 22:07:42
Message-Id: 1449007637.b4c4bfb598e830ad4faebec645efb8763d457339.mgorny@gentoo
1 commit: b4c4bfb598e830ad4faebec645efb8763d457339
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 27 14:51:11 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 1 22:07:17 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4c4bfb5
7
8 systemd.eclass: Enable EAPI=6
9
10 eclass/systemd.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/systemd.eclass b/eclass/systemd.eclass
14 index ae933aa..f6cc004 100644
15 --- a/eclass/systemd.eclass
16 +++ b/eclass/systemd.eclass
17 @@ -27,7 +27,7 @@
18 inherit toolchain-funcs
19
20 case ${EAPI:-0} in
21 - 0|1|2|3|4|5) ;;
22 + 0|1|2|3|4|5|6) ;;
23 *) die "${ECLASS}.eclass API in EAPI ${EAPI} not yet established."
24 esac