summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2016-02-09 11:22:41 -0600
committerWilliam Hubbs <williamh@gentoo.org>2016-02-09 11:26:12 -0600
commit6b496142bea9729da415584111cf50881f68b02c (patch)
treeee8bd46afe6898bcdb4137b4619b72ffd2952968 /eclass/golang-vcs-snapshot.eclass
parenteclass/golang-build.eclass: add eapi 6 support (diff)
downloadgentoo-6b496142bea9729da415584111cf50881f68b02c.tar.gz
gentoo-6b496142bea9729da415584111cf50881f68b02c.tar.bz2
gentoo-6b496142bea9729da415584111cf50881f68b02c.zip
eclass/golang-vcs-snapshot.eclass: add eapi 6 support
Diffstat (limited to 'eclass/golang-vcs-snapshot.eclass')
-rw-r--r--eclass/golang-vcs-snapshot.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass
index 8ebb36e27d21..2d84c28d0ce8 100644
--- a/eclass/golang-vcs-snapshot.eclass
+++ b/eclass/golang-vcs-snapshot.eclass
@@ -36,7 +36,7 @@
inherit golang-base
case ${EAPI:-0} in
- 5) ;;
+ 5|6) ;;
*) die "${ECLASS} API in EAPI ${EAPI} not yet established."
esac