diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:06 +0200 |
commit | c3b7de0ec0757574b767a988a2dca1545ae83fd6 (patch) | |
tree | 00c8dd1dabd1313bdc2ebd840767056982d88fc9 /eclass/python-r1.eclass | |
parent | python-any-r1.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-c3b7de0ec0757574b767a988a2dca1545ae83fd6.tar.gz gentoo-c3b7de0ec0757574b767a988a2dca1545ae83fd6.tar.bz2 gentoo-c3b7de0ec0757574b767a988a2dca1545ae83fd6.zip |
python-r1.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 097a965272d8..b06413170ae5 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-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: 5 6 7 # @BLURB: A common, simple eclass for Python packages. # @DESCRIPTION: # A common eclass providing helper functions to build and install |