diff options
author | William Hubbs <williamh@gentoo.org> | 2019-02-04 12:16:40 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2019-02-07 13:22:30 -0600 |
commit | 3eefe62f7c5aa0b1e511f2852fe31c319f1be365 (patch) | |
tree | 1c7f3d3e2470ff7785a16066bba648e5ec9984da /eclass | |
parent | golang-build.eclass: add eapi 7 support (diff) | |
download | gentoo-3eefe62f7c5aa0b1e511f2852fe31c319f1be365.tar.gz gentoo-3eefe62f7c5aa0b1e511f2852fe31c319f1be365.tar.bz2 gentoo-3eefe62f7c5aa0b1e511f2852fe31c319f1be365.zip |
golang-vcs-snapshot.eclass: add eapi 7 support
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/golang-vcs-snapshot.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index 975b23df45f4..3a35d7e1aa58 100644 --- a/eclass/golang-vcs-snapshot.eclass +++ b/eclass/golang-vcs-snapshot.eclass @@ -4,7 +4,7 @@ # @ECLASS: golang-vcs-snapshot.eclass # @MAINTAINER: # William Hubbs <williamh@gentoo.org> -# @SUPPORTED_EAPIS: 5 6 +# @SUPPORTED_EAPIS: 5 6 7 # @BLURB: support eclass for unpacking VCS snapshot tarballs for # software written in the Go programming language # @DESCRIPTION: @@ -46,7 +46,7 @@ inherit golang-base case ${EAPI:-0} in - 5|6) ;; + 5|6|7) ;; *) die "${ECLASS} API in EAPI ${EAPI} not yet established." esac |