Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] data/glep:master commit in: /
Date: Wed, 09 Jun 2021 07:32:54
Message-Id: 1623223959.8f50b61d7a09de216bbaaf86d75a61a195bf42bb.mgorny@gentoo
1 commit: 8f50b61d7a09de216bbaaf86d75a61a195bf42bb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 9 07:30:06 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 9 07:32:39 2021 +0000
6 URL: https://gitweb.gentoo.org/data/glep.git/commit/?id=8f50b61d
7
8 glep-0082: Indicate that eapis-* do not apply to eclasses
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 glep-0082.rst | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/glep-0082.rst b/glep-0082.rst
16 index 8a1094b..6703313 100644
17 --- a/glep-0082.rst
18 +++ b/glep-0082.rst
19 @@ -147,6 +147,7 @@ eapis-deprecated = <space-separated EAPI names>
20 Specifies one or more EAPIs that are to be considered deprecated
21 by the development tools for use in ebuilds, i.e. their use should
22 trigger a warning. If not specified, no EAPIs are deprecated.
23 + This key does not apply to EAPI use in profiles.
24
25 Example::
26
27 @@ -155,7 +156,8 @@ eapis-deprecated = <space-separated EAPI names>
28 eapis-banned = <space-separated EAPI names>
29 Specifies one or more EAPIs that are to be considered banned
30 by the development tools for use in ebuilds, i.e. their use should
31 - be blocked. If not specified, no EAPIs are banned.
32 + be blocked. If not specified, no EAPIs are banned. This key
33 + does not apply to EAPI use in profiles.
34
35 repo-name = <string>
36 Specifies the repository name. If specified, it must be equal