From: William Hubbs Date: Mon, 4 Feb 2019 18:16:40 +0000 (-0600) Subject: golang-vcs-snapshot.eclass: add eapi 7 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3eefe62f7c5aa0b1e511f2852fe31c319f1be365;p=gentoo.git golang-vcs-snapshot.eclass: add eapi 7 support Signed-off-by: William Hubbs --- 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 -# @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