commit: 0f7561eb26d8ecadb3361b98dbb77516083ecbd9 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Sep 22 08:09:30 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 22 08:09:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f7561eb
Ban EAPI 2 and deprecate 4 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 05e002d..c3e0be3 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -7,8 +7,8 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670). # 2014-02-25 council meeting deprecated EAPIs 0 and 3. -eapis-banned = 0 1 -eapis-deprecated = 0 1 2 3 +eapis-banned = 0 1 2 3 +eapis-deprecated = 0 1 2 3 4 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo
