commit: 3eefe62f7c5aa0b1e511f2852fe31c319f1be365 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Mon Feb 4 18:16:40 2019 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Thu Feb 7 19:22:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3eefe62f
golang-vcs-snapshot.eclass: add eapi 7 support Signed-off-by: William Hubbs <williamh <AT> gentoo.org> eclass/golang-vcs-snapshot.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index 975b23df45f..3a35d7e1aa5 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 <[email protected]> -# @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
