Skip to content

Commit

Permalink
metadata/layout.conf: Ban EAPI 6
Browse files Browse the repository at this point in the history
As finally all EAPI=6 ebuilds were removed from tree, we can finally
ban EAPI=6. To a newer future :)

Closes: https://bugs.gentoo.org/770247
Signed-off-by: Arthur Zamarin <[email protected]>
  • Loading branch information
arthurzam committed Aug 26, 2024
1 parent 8e9cfa7 commit 861bac0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions metadata/layout.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ manifest-required-hashes = BLAKE2B
# 2018-05-13 council meeting deprecated EAPI 5 for ebuilds.
# 2021-07-11 council meeting deprecated EAPI 6.
# 2021-08-08 council meeting banned EAPI 5.
eapis-banned = 0 1 2 3 4 5
eapis-deprecated = 6
# 2023-07-11 council meeting banned EAPI 6.
eapis-banned = 0 1 2 3 4 5 6
eapis-deprecated =

# EAPIs 0 to 4 are banned for profiles
# EAPIs 6 and 7 do not include any profile related changes
Expand Down

0 comments on commit 861bac0

Please sign in to comment.