Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 6/8] out-of-source.eclass: Enable EAPI 7 (no changes)
Date: Thu, 03 May 2018 10:21:06
Message-Id: 20180503101811.28837-7-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/8] EAPI 7 in my eclasses, part one by "Michał Górny"
1 ---
2 eclass/out-of-source.eclass | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass
6 index 4d9c8d05fd64..951a20adaca4 100644
7 --- a/eclass/out-of-source.eclass
8 +++ b/eclass/out-of-source.eclass
9 @@ -1,4 +1,4 @@
10 -# Copyright 1999-2017 Gentoo Foundation
11 +# Copyright 1999-2018 Gentoo Foundation
12 # Distributed under the terms of the GNU General Public License v2
13
14 # @ECLASS: out-of-source.eclass
15 @@ -32,7 +32,7 @@
16 # @CODE
17
18 case ${EAPI} in
19 - 6);;
20 + 6|7);;
21 *) die "EAPI ${EAPI:-0} unsupported (too old)";;
22 esac
23
24 --
25 2.17.0