commit: d0c97a84e45269fdf7074f46f3d7bdfd754fb61a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 18 21:11:24 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Nov 27 13:05:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0c97a84
python-any-r1.eclass: Enable EAPI=6, no changes needed eclass/python-any-r1.eclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index c00cc3a..b6c2258 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -37,8 +37,7 @@ # https://wiki.gentoo.org/wiki/Project:Python/python-any-r1 case "${EAPI:-0}" in - 0|1|2|3|4|5) - # EAPI=4 needed by python-r1 + 0|1|2|3|4|5|6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
