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 14/29] python-single-r1.eclass: Enable EAPI=6, no changes needed
Date: Sun, 22 Nov 2015 19:59:24
Message-Id: 1448221870-17269-15-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/python-single-r1.eclass | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
6 index 1c27285..d9fc34b 100644
7 --- a/eclass/python-single-r1.eclass
8 +++ b/eclass/python-single-r1.eclass
9 @@ -55,7 +55,7 @@ case "${EAPI:-0}" in
10 die "Unsupported EAPI=${EAPI:-4} (too old, allowed only on restricted set of packages) for ${ECLASS}"
11 fi
12 ;;
13 - 5)
14 + 5|6)
15 # EAPI=5 is required for sane USE_EXPAND dependencies
16 ;;
17 *)
18 --
19 2.6.3