diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:37:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:33 +0200 |
commit | 5faf7b4d83fbd6dcbe8ac9437dc257b0cb5e2c61 (patch) | |
tree | 13ad69ab72dda6864a3f02f8600ef80e17d63ebc /eclass | |
parent | golang-build.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-5faf7b4d83fbd6dcbe8ac9437dc257b0cb5e2c61.tar.gz gentoo-5faf7b4d83fbd6dcbe8ac9437dc257b0cb5e2c61.tar.bz2 gentoo-5faf7b4d83fbd6dcbe8ac9437dc257b0cb5e2c61.zip |
golang-vcs-snapshot.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/golang-vcs-snapshot.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/golang-vcs-snapshot.eclass b/eclass/golang-vcs-snapshot.eclass index 1453b7a4d09a..975b23df45f4 100644 --- a/eclass/golang-vcs-snapshot.eclass +++ b/eclass/golang-vcs-snapshot.eclass @@ -4,6 +4,7 @@ # @ECLASS: golang-vcs-snapshot.eclass # @MAINTAINER: # William Hubbs <williamh@gentoo.org> +# @SUPPORTED_EAPIS: 5 6 # @BLURB: support eclass for unpacking VCS snapshot tarballs for # software written in the Go programming language # @DESCRIPTION: |