From: Michał Górny Date: Wed, 18 Nov 2015 19:31:41 +0000 (+0100) Subject: python-utils-r1.eclass: Enable EAPI 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=36ca742396823865e80d34b1da1cebde6be5ee8d;p=gentoo.git python-utils-r1.eclass: Enable EAPI 6 --- 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}"