diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-09 09:30:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-09 09:32:39 +0200 |
commit | 8f50b61d7a09de216bbaaf86d75a61a195bf42bb (patch) | |
tree | ac61fb68967adf2bdab98eb1d07b01f4d91eda49 /glep-0082.rst | |
parent | glep-0080: Deferred due to inactivity (diff) | |
download | glep-8f50b61d7a09de216bbaaf86d75a61a195bf42bb.tar.gz glep-8f50b61d7a09de216bbaaf86d75a61a195bf42bb.tar.bz2 glep-8f50b61d7a09de216bbaaf86d75a61a195bf42bb.zip |
glep-0082: Indicate that eapis-* do not apply to eclasses
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'glep-0082.rst')
-rw-r--r-- | glep-0082.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/glep-0082.rst b/glep-0082.rst index 8a1094b..6703313 100644 --- a/glep-0082.rst +++ b/glep-0082.rst @@ -147,6 +147,7 @@ eapis-deprecated = <space-separated EAPI names> Specifies one or more EAPIs that are to be considered deprecated by the development tools for use in ebuilds, i.e. their use should trigger a warning. If not specified, no EAPIs are deprecated. + This key does not apply to EAPI use in profiles. Example:: @@ -155,7 +156,8 @@ eapis-deprecated = <space-separated EAPI names> eapis-banned = <space-separated EAPI names> Specifies one or more EAPIs that are to be considered banned by the development tools for use in ebuilds, i.e. their use should - be blocked. If not specified, no EAPIs are banned. + be blocked. If not specified, no EAPIs are banned. This key + does not apply to EAPI use in profiles. repo-name = <string> Specifies the repository name. If specified, it must be equal |