diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-13 16:19:21 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-13 16:19:21 +0100 |
commit | f898abd0574c27a658791d8e790665ceb59cb885 (patch) | |
tree | 581ebf0ba3799292cb7bd5f35539eb7136d68968 /metadata | |
parent | package.mask: mask jhdf5 for removal (diff) | |
download | sci-f898abd0574c27a658791d8e790665ceb59cb885.tar.gz sci-f898abd0574c27a658791d8e790665ceb59cb885.tar.bz2 sci-f898abd0574c27a658791d8e790665ceb59cb885.zip |
layout.conf: ban EAPI 6
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 30d140512..0719596ad 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -22,8 +22,7 @@ manifest-required-hashes = BLAKE2B # 2015-10-11 council meeting deprecated EAPI 4. # 2016-01-10 council meeting banned EAPI 3. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. -eapis-banned = 0 1 2 3 4 5 -eapis-deprecated = 6 +eapis-banned = 0 1 2 3 4 5 6 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo |