diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:37:07 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:32:24 +0200 |
commit | 0796588c8afc951fb79cab658d3c3d4bfbee6f90 (patch) | |
tree | ab7e1b424b917493585a89f75b3c962e6e0d25ca /eclass/eapi7-ver.eclass | |
parent | distutils-r1.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-0796588c8afc951fb79cab658d3c3d4bfbee6f90.tar.gz gentoo-0796588c8afc951fb79cab658d3c3d4bfbee6f90.tar.bz2 gentoo-0796588c8afc951fb79cab658d3c3d4bfbee6f90.zip |
eapi7-ver.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass/eapi7-ver.eclass')
-rw-r--r-- | eclass/eapi7-ver.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/eapi7-ver.eclass b/eclass/eapi7-ver.eclass index ab512bd24e47..b7f9715bc421 100644 --- a/eclass/eapi7-ver.eclass +++ b/eclass/eapi7-ver.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Ulrich Müller <ulm@gentoo.org> # Michał Górny <mgorny@gentoo.org> +# @SUPPORTED_EAPIS: 0 1 2 3 4 5 6 # @BLURB: Testing implementation of EAPI 7 version manipulators # @DESCRIPTION: # A stand-alone implementation of the version manipulation functions |