eclass/golang-vcs-snapshot.eclass: add eapi 6 support
authorWilliam Hubbs <williamh@gentoo.org>
Tue, 9 Feb 2016 17:22:41 +0000 (11:22 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Tue, 9 Feb 2016 17:26:12 +0000 (11:26 -0600)
eclass/golang-vcs-snapshot.eclass

index 8ebb36e27d21c133ae76fc1e3f81a8add59f4713..2d84c28d0ce84762f4d125d08916e0d0e030e992 100644 (file)
@@ -36,7 +36,7 @@
 inherit golang-base
 
 case ${EAPI:-0} in
-       5) ;;
+       5|6) ;;
        *) die "${ECLASS} API in EAPI ${EAPI} not yet established."
 esac