diff options
author | 2018-08-12 08:39:49 +0200 | |
---|---|---|
committer | 2018-08-15 09:33:22 +0200 | |
commit | b696912ea5dcfa98836ed8b5c0a840112b577980 (patch) | |
tree | b5ee4720cbadef291d762c6ad1cf9b52cfcf24b1 /eclass | |
parent | vala.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-b696912ea5dcfa98836ed8b5c0a840112b577980.tar.gz gentoo-b696912ea5dcfa98836ed8b5c0a840112b577980.tar.bz2 gentoo-b696912ea5dcfa98836ed8b5c0a840112b577980.zip |
vcs-snapshot.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vcs-snapshot.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 243d4a8a3185..316a37773d43 100644 --- a/eclass/vcs-snapshot.eclass +++ b/eclass/vcs-snapshot.eclass @@ -4,6 +4,7 @@ # @ECLASS: vcs-snapshot.eclass # @MAINTAINER: # mgorny@gentoo.org +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: support eclass for unpacking VCS snapshot tarballs # @DESCRIPTION: # This eclass provides a convenience src_unpack() which does unpack all |