Skip to content

Commit

Permalink
scons-utils.eclass: Enable EAPI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jan 8, 2016
1 parent f76b96e commit 0544c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/scons-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0544c55

Please sign in to comment.