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:43
Message-Id: 1525679008.28d6710d227ec5814362e6f48b2cc07d9512254d.mgorny@gentoo
1 commit: 28d6710d227ec5814362e6f48b2cc07d9512254d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 3 10:12:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 7 07:43:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28d6710d
7
8 multilib-minimal.eclass: Enable EAPI 7 (no changes)
9
10 eclass/multilib-minimal.eclass | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/eclass/multilib-minimal.eclass b/eclass/multilib-minimal.eclass
14 index de46762ca61..ae40eeb2589 100644
15 --- a/eclass/multilib-minimal.eclass
16 +++ b/eclass/multilib-minimal.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: multilib-minimal.eclass
23 @@ -24,7 +24,7 @@
24
25 # EAPI=4 is required for meaningful MULTILIB_USEDEP.
26 case ${EAPI:-0} in
27 - 4|5|6) ;;
28 + 4|5|6|7) ;;
29 *) die "EAPI=${EAPI} is not supported" ;;
30 esac