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 3/8] multibuild.eclass: Enable EAPI 7 (no changes)
Date: Thu, 03 May 2018 10:19:45
Message-Id: 20180503101811.28837-4-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/multibuild.eclass | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass
6 index 0f89e4ec0b83..9574e3debadb 100644
7 --- a/eclass/multibuild.eclass
8 +++ b/eclass/multibuild.eclass
9 @@ -1,4 +1,4 @@
10 -# Copyright 1999-2014 Gentoo Foundation
11 +# Copyright 1999-2018 Gentoo Foundation
12 # Distributed under the terms of the GNU General Public License v2
13
14 # @ECLASS: multibuild.eclass
15 @@ -16,7 +16,7 @@ case "${EAPI:-0}" in
16 0|1|2|3)
17 die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
18 ;;
19 - 4|5|6)
20 + 4|5|6|7)
21 ;;
22 *)
23 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
24 --
25 2.17.0