diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-11-18 20:31:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-11-28 20:09:06 +0100 |
commit | 36ca742396823865e80d34b1da1cebde6be5ee8d (patch) | |
tree | 327f7daaabe4eaf9f531a24d8fc4a19077abcffd /eclass/python-utils-r1.eclass | |
parent | python-utils-r1.eclass: Make heredocs consistent (diff) | |
download | gentoo-36ca742396823865e80d34b1da1cebde6be5ee8d.tar.gz gentoo-36ca742396823865e80d34b1da1cebde6be5ee8d.tar.bz2 gentoo-36ca742396823865e80d34b1da1cebde6be5ee8d.zip |
python-utils-r1.eclass: Enable EAPI 6
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index a96afeda77f7..13e9d38c4ec2 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -20,7 +20,7 @@ # https://wiki.gentoo.org/wiki/Project:Python/python-utils-r1 case "${EAPI:-0}" in - 0|1|2|3|4|5) + 0|1|2|3|4|5|6) ;; *) die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}" |