projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa3e7e4
)
python-single-r1.eclass: Enable EAPI=6, no changes needed
author
Michał Górny
<mgorny@gentoo.org>
Wed, 18 Nov 2015 21:12:38 +0000
(22:12 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 28 Nov 2015 19:09:06 +0000
(20:09 +0100)
eclass/python-single-r1.eclass
patch
|
blob
|
history
diff --git
a/eclass/python-single-r1.eclass
b/eclass/python-single-r1.eclass
index 1c2728514beafd367bfc75681f40ab51ab3ab61a..d9fc34b0ed85a4aca383bea85e0fd0a7d1e3d3c9 100644
(file)
--- a/
eclass/python-single-r1.eclass
+++ b/
eclass/python-single-r1.eclass
@@
-55,7
+55,7
@@
case "${EAPI:-0}" in
die "Unsupported EAPI=${EAPI:-4} (too old, allowed only on restricted set of packages) for ${ECLASS}"
fi
;;
- 5)
+ 5
|6
)
# EAPI=5 is required for sane USE_EXPAND dependencies
;;
*)