Skip to content

Commit

Permalink
golang-build.eclass: add eapi 7 support
Browse files Browse the repository at this point in the history
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Feb 7, 2019
1 parent a75afb3 commit 519bad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/golang-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# @ECLASS: golang-build.eclass
# @MAINTAINER:
# William Hubbs <[email protected]>
# @SUPPORTED_EAPIS: 5 6
# @SUPPORTED_EAPIS: 5 6 7
# @BLURB: Eclass for compiling go packages.
# @DESCRIPTION:
# This eclass provides default src_compile, src_test and src_install
Expand All @@ -13,7 +13,7 @@
inherit golang-base

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

0 comments on commit 519bad2

Please sign in to comment.