diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:36:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:21 +0200 |
commit | a54fafd94249b1b766dac3aad22e145f0c219a9a (patch) | |
tree | 0db1a6a7592ffd01a4da0c696903ba58a428bdfd /eclass/check-reqs.eclass | |
parent | cargo.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-a54fafd94249b1b766dac3aad22e145f0c219a9a.tar.gz gentoo-a54fafd94249b1b766dac3aad22e145f0c219a9a.tar.bz2 gentoo-a54fafd94249b1b766dac3aad22e145f0c219a9a.zip |
check-reqs.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/check-reqs.eclass')
-rw-r--r-- | eclass/check-reqs.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/check-reqs.eclass b/eclass/check-reqs.eclass index bad7e34fe9a7..d1ed395c8b13 100644 --- a/eclass/check-reqs.eclass +++ b/eclass/check-reqs.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Bo Ørsted Andresen <zlin@gentoo.org> # Original Author: Ciaran McCreesh <ciaranm@gentoo.org> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: Provides a uniform way of handling ebuild which have very high build requirements # @DESCRIPTION: # This eclass provides a uniform way of handling ebuilds which have very high |