Skip to content

Commit

Permalink
Support EAPI 8
Browse files Browse the repository at this point in the history
  • Loading branch information
VTimofeenko committed Sep 19, 2021
1 parent 78ac198 commit af41fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-verify-signature.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ case "${EAPI:-0}" in
0|1|2|3|4|5|6)
die "Unsupported EAPI=${EAPI} (obsolete) for ${ECLASS}"
;;
7)
7|8)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
Expand Down

0 comments on commit af41fa5

Please sign in to comment.