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