Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:multilib-eapi6 commit in: eclass/
Date: Sun, 06 Dec 2015 17:20:09
Message-Id: 1449422196.2f4fc0e9be4803dbd36c906f8bccd5293364ac9d.mgorny@gentoo
1 commit: 2f4fc0e9be4803dbd36c906f8bccd5293364ac9d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 6 15:25:00 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 6 17:16:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4fc0e9
7
8 multilib-build.eclass: Enable EAPI 6
9
10 eclass/multilib-build.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
14 index 3edc5e9..eab8061 100644
15 --- a/eclass/multilib-build.eclass
16 +++ b/eclass/multilib-build.eclass
17 @@ -21,7 +21,7 @@ if [[ ! ${_MULTILIB_BUILD} ]]; then
18
19 # EAPI=4 is required for meaningful MULTILIB_USEDEP.
20 case ${EAPI:-0} in
21 - 4|5) ;;
22 + [456]) ;;
23 *) die "EAPI=${EAPI} is not supported" ;;
24 esac