diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:37:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:23 +0200 |
commit | 2e32092684ac08a42ba738d9f1513c4cac8bad93 (patch) | |
tree | 7af3dba8d6972ec8dc0d0b4bfded5cfad9f4d42b /eclass/distutils-r1.eclass | |
parent | depend.apache.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-2e32092684ac08a42ba738d9f1513c4cac8bad93.tar.gz gentoo-2e32092684ac08a42ba738d9f1513c4cac8bad93.tar.bz2 gentoo-2e32092684ac08a42ba738d9f1513c4cac8bad93.zip |
distutils-r1.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 85f8f4cb3be9..ffb07441ad99 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Author: Michał Górny <mgorny@gentoo.org> # Based on the work of: Krzysztof Pawlik <nelchael@gentoo.org> +# @SUPPORTED_EAPIS: 5 6 7 # @BLURB: A simple eclass to build Python packages using distutils. # @DESCRIPTION: # A simple eclass providing functions to build Python packages using |