Skip to content

Commit

Permalink
git-r3.eclass: Add EAPI 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Nov 19, 2015
1 parent dc54e9c commit ca5dba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/git-r3.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# git as remote repository.

case "${EAPI:-0}" in
0|1|2|3|4|5)
0|1|2|3|4|5|6)
;;
*)
die "Unsupported EAPI=${EAPI} (unknown) for ${ECLASS}"
Expand Down

0 comments on commit ca5dba7

Please sign in to comment.