diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-18 22:11:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-11-28 20:09:06 +0100 |
commit | fa3e7e485d386c6dd468420006e515924114a8ba (patch) | |
tree | e9b800c8b705c0b2d5429b20cdcbe5ba67a963ae /eclass/python-any-r1.eclass | |
parent | python-utils-r1.eclass: Enable EAPI 6 (diff) | |
download | gentoo-fa3e7e485d386c6dd468420006e515924114a8ba.tar.gz gentoo-fa3e7e485d386c6dd468420006e515924114a8ba.tar.bz2 gentoo-fa3e7e485d386c6dd468420006e515924114a8ba.zip |
python-any-r1.eclass: Enable EAPI=6, no changes needed
Diffstat (limited to 'eclass/python-any-r1.eclass')
-rw-r--r-- | eclass/python-any-r1.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index c00cc3a3e09a..b6c22587abaf 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}" |