summaryrefslogtreecommitdiff
path: root/eclass/distutils-r1.eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-11-18 23:02:59 +0100
committerMichał Górny <mgorny@gentoo.org>2015-11-28 20:09:06 +0100
commitc7594071f6e7a5ab98a889aa8cbc424630e0f268 (patch)
treee91c1624ff25202011df322f48a6c1aab0352c82 /eclass/distutils-r1.eclass
parent761a377c7649d609f10d04a1851cc8d6162c2dbc (diff)
downloadgentoo-c7594071f6e7a5ab98a889aa8cbc424630e0f268.tar.gz
gentoo-c7594071f6e7a5ab98a889aa8cbc424630e0f268.tar.xz
distutils-r1.eclass: Enable EAPI 6
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 7ebcaa54916..36b34366389 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -47,7 +47,7 @@ case "${EAPI:-0}" in
0|1|2|3)
die "Unsupported EAPI=${EAPI:-0} (too old) for ${ECLASS}"
;;
- 4|5)
+ 4|5|6)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"