diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:05 +0200 |
commit | 6a35e98b6cb80e8141b057147f028c4796f43c2a (patch) | |
tree | 6f50cbc1c5e78cc8bedca1a83056672290bfe581 /eclass/python-any-r1.eclass | |
parent | postgres.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-6a35e98b6cb80e8141b057147f028c4796f43c2a.tar.gz gentoo-6a35e98b6cb80e8141b057147f028c4796f43c2a.tar.bz2 gentoo-6a35e98b6cb80e8141b057147f028c4796f43c2a.zip |
python-any-r1.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/python-any-r1.eclass')
-rw-r--r-- | eclass/python-any-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index 6f23109cf8d7..7a91507a600f 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-r1.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Author: Michał Górny <mgorny@gentoo.org> # Based on work of: Krzysztof Pawlik <nelchael@gentoo.org> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 7 # @BLURB: An eclass for packages having build-time dependency on Python. # @DESCRIPTION: # A minimal eclass for packages which need any Python interpreter |