commit: 3d53c3f42f713b34122490886116a9ac155d2129 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon May 14 05:48:38 2018 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon May 14 05:48:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d53c3f4
metadata/layout.conf: Clarify scope of EAPI 5 deprecation. It is deprecated only for ebuilds, not for profiles. metadata/layout.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index dff932fbb63..58939f1ad66 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -17,7 +17,7 @@ manifest-required-hashes = BLAKE2B # 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. # 2015-10-11 council meeting deprecated EAPI 4. -# 2018-05-13 council meeting deprecated EAPI 5. +# 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. eapis-banned = 1 eapis-deprecated = 0 2 3 4 5
