Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:python-eapi6 commit in: eclass/
Date: Thu, 26 Nov 2015 22:35:39
Message-Id: 1448577189.0ddf0f82368c66f09881de5401db5e8d08f32d80.mgorny@gentoo
1 commit: 0ddf0f82368c66f09881de5401db5e8d08f32d80
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 18 21:12:38 2015 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 22:33:09 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ddf0f82
7
8 python-single-r1.eclass: Enable EAPI=6, no changes needed
9
10 eclass/python-single-r1.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
14 index 1c27285..d9fc34b 100644
15 --- a/eclass/python-single-r1.eclass
16 +++ b/eclass/python-single-r1.eclass
17 @@ -55,7 +55,7 @@ case "${EAPI:-0}" in
18 die "Unsupported EAPI=${EAPI:-4} (too old, allowed only on restricted set of packages) for ${ECLASS}"
19 fi
20 ;;
21 - 5)
22 + 5|6)
23 # EAPI=5 is required for sane USE_EXPAND dependencies
24 ;;
25 *)