Skip to content

Commit

Permalink
eclass/golang-vcs.eclass: add eapi 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Feb 9, 2016
1 parent 6b49614 commit 97bf129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/golang-vcs.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
inherit eutils golang-base

case "${EAPI:-0}" in
5)
5|6)
;;
*)
die "${ECLASS}: Unsupported eapi (EAPI=${EAPI})"
Expand Down

0 comments on commit 97bf129

Please sign in to comment.