diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-07-11 23:09:31 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-11 23:09:31 +0200 |
commit | f425a3880c1aba1b8d88d0f489259610c0b673af (patch) | |
tree | 3927007f81553256923d41660b6463a260b81b76 /metadata | |
parent | sys-kernel/gentoo-kernel-bin: Bump to 5.4.131 (diff) | |
download | gentoo-f425a3880c1aba1b8d88d0f489259610c0b673af.tar.gz gentoo-f425a3880c1aba1b8d88d0f489259610c0b673af.tar.bz2 gentoo-f425a3880c1aba1b8d88d0f489259610c0b673af.zip |
metadata/layout.conf: EAPI 6 is deprecated
By 2021-07-11 council decision.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index f8bc4f0fe878..4dbc0e85adca 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -25,8 +25,9 @@ manifest-required-hashes = BLAKE2B # 2016-01-10 council meeting banned EAPIs 0 and 3. # 2018-04-08 council meeting banned EAPI 4. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. +# 2021-07-11 council meeting deprecated EAPI 6. eapis-banned = 0 1 2 3 4 -eapis-deprecated = 5 +eapis-deprecated = 5 6 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo |