summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-08-01 18:14:06 +0200
committerUlrich Müller <ulm@gentoo.org>2021-08-08 22:04:13 +0200
commit28484760e0095e8f80f24385cf89f180954bb4d7 (patch)
treeb38f8b2a5012489ef274f2e187ca01ee7d3cd65a /glep-0082.rst
parentglep-0082: Mark as Accepted per 2021-07-11 Council decision (diff)
downloadglep-28484760e0095e8f80f24385cf89f180954bb4d7.tar.gz
glep-28484760e0095e8f80f24385cf89f180954bb4d7.tar.bz2
glep-28484760e0095e8f80f24385cf89f180954bb4d7.zip
glep-0082: Add profile-eapis-* keys
Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'glep-0082.rst')
-rw-r--r--glep-0082.rst20
1 files changed, 17 insertions, 3 deletions
diff --git a/glep-0082.rst b/glep-0082.rst
index d395fe1..c04123f 100644
--- a/glep-0082.rst
+++ b/glep-0082.rst
@@ -4,10 +4,10 @@ Title: Repository configuration file (layout.conf)
Author: Michał Górny <mgorny@gentoo.org>
Type: Standards Track
Status: Accepted
-Version: 1.1
+Version: 1.2
Created: 2021-05-19
-Last-Modified: 2021-07-12
-Post-History: 2021-05-19, 2021-06-18
+Last-Modified: 2021-08-01
+Post-History: 2021-05-19, 2021-06-18, 2021-08-01
Content-Type: text/x-rst
---
@@ -164,6 +164,20 @@ eapis-testing = <space-separated EAPI names>
with stable keywords, i.e. development tools should block their use
in such ebuilds.
+profile-eapis-deprecated = <space-separated EAPI names>
+ Specifies one or more EAPIs that are to be considered deprecated
+ by the development tools for use in profiles, i.e. their use
+ in any of the profiles listed in ``profiles/profiles.desc`` or their
+ parent profiles should trigger a warning. If not specified, no EAPIs
+ are deprecated.
+
+profile-eapis-banned = <space-separated EAPI names>
+ Specifies one or more EAPIs that are to be considered banned
+ by the development tools for use in profiles, i.e. their use
+ in any of the profiles listed in ``profiles/profiles.desc`` or their
+ parent profiles should be blocked. If not specified, no EAPIs
+ are banned.
+
repo-name = <string>
Specifies the repository name. If specified, it must be equal
to the contents of ``profiles/repo_name``. If not specified,