Skip to content

Commit

Permalink
bash-completion-r1.eclass: Enable EAPI 6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 29, 2015
1 parent ff1096d commit 1065556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/bash-completion-r1.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
inherit toolchain-funcs

case ${EAPI:-0} in
0|1|2|3|4|5) ;;
0|1|2|3|4|5|6) ;;
*) die "EAPI ${EAPI} unsupported (yet)."
esac

Expand Down

0 comments on commit 1065556

Please sign in to comment.