From 3eefe62f7c5aa0b1e511f2852fe31c319f1be365 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 4 Feb 2019 12:16:40 -0600 Subject: golang-vcs-snapshot.eclass: add eapi 7 support Signed-off-by: William Hubbs --- eclass/golang-vcs-snapshot.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/golang-vcs-snapshot.eclass') 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 -- cgit v1.2.3-65-gdbad