diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:39:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:07 +0200 |
commit | 6c80445912f7fe42732c4e1415b1887ac80caecb (patch) | |
tree | 5c98e5bb87f12f05b30993224657d4fa334c9453 /eclass/python-single-r1.eclass | |
parent | python-r1.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-6c80445912f7fe42732c4e1415b1887ac80caecb.tar.gz gentoo-6c80445912f7fe42732c4e1415b1887ac80caecb.tar.bz2 gentoo-6c80445912f7fe42732c4e1415b1887ac80caecb.zip |
python-single-r1.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/python-single-r1.eclass')
-rw-r--r-- | eclass/python-single-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index 8c45c391ebb0..8ac17b7815e2 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-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: An eclass for Python packages not installed for multiple implementations. # @DESCRIPTION: # An extension of the python-r1 eclass suite for packages which |