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: Mon, 07 May 2018 07:43:47
Message-Id: 1525679007.5b95d4cb9dff577365388da96b40fbf3755db3d8.mgorny@gentoo
1 commit: 5b95d4cb9dff577365388da96b40fbf3755db3d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 3 09:59:28 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 7 07:43:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b95d4cb
7
8 out-of-source.eclass: Enable EAPI 7 (no changes)
9
10 eclass/out-of-source.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass
14 index 4d9c8d05fd6..951a20adaca 100644
15 --- a/eclass/out-of-source.eclass
16 +++ b/eclass/out-of-source.eclass
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # @ECLASS: out-of-source.eclass
23 @@ -32,7 +32,7 @@
24 # @CODE
25
26 case ${EAPI} in
27 - 6);;
28 + 6|7);;
29 *) die "EAPI ${EAPI:-0} unsupported (too old)";;
30 esac