projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76b96e
)
scons-utils.eclass: Enable EAPI 6
author
Michał Górny
<mgorny@gentoo.org>
Fri, 1 Jan 2016 16:04:16 +0000
(17:04 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 8 Jan 2016 05:14:36 +0000
(06:14 +0100)
eclass/scons-utils.eclass
patch
|
blob
|
history
diff --git
a/eclass/scons-utils.eclass
b/eclass/scons-utils.eclass
index 89618f93874fac949b79236cd9b1e1799507ecf4..0493ec1dec5a01d1db6bf4cf19b8b42edd941711 100644
(file)
--- a/
eclass/scons-utils.eclass
+++ b/
eclass/scons-utils.eclass
@@
-94,7
+94,7
@@
# -- EAPI support check --
case ${EAPI:-0} in
- 0|1|2|3|4|5) ;;
+ 0|1|2|3|4|5
|6
) ;;
*) die "EAPI ${EAPI} unsupported."
esac