projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0597d
)
python-utils-r1.eclass: Enable EAPI 6
author
Michał Górny
<mgorny@gentoo.org>
Wed, 18 Nov 2015 19:31:41 +0000
(20:31 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000
(20:09 +0100)
eclass/python-utils-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-utils-r1.eclass
b/eclass/python-utils-r1.eclass
index a96afeda77f745c2a07704eed38ccf0b705f60b4..13e9d38c4ec285a68c05f38b9799f8eaddb57223 100644
(file)
--- 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}"