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 16/29] multibuild.eclass: Enable EAPI 6
Date: Sun, 22 Nov 2015 20:01:41
Message-Id: 1448221870-17269-17-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCHES] Clean-up & EAPI 6 support for python-r1 suite by "Michał Górny"
1 ---
2 eclass/multibuild.eclass | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass
6 index 0bdbed1..d21008c 100644
7 --- a/eclass/multibuild.eclass
8 +++ b/eclass/multibuild.eclass
9 @@ -17,7 +17,7 @@ case "${EAPI:-0}" in
10 0|1|2|3)
11 die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
12 ;;
13 - 4|5)
14 + 4|5|6)
15 ;;
16 *)
17 die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
18 --
19 2.6.3