commit: 4efc982199bec42e86cf21f6982dfb0a9d624a21 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Jan 21 07:48:36 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Jan 21 07:48:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4efc9821
Depreacte EAPI=5 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> metadata/layout.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index c7500cb..954d309 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -9,7 +9,7 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL # 2014-02-25 council meeting deprecated EAPIs 0 and 3. # 2015-10-11 council meeting deprecated EAPI 4. eapis-banned = 0 1 2 3 4 -eapis-deprecated = 0 1 2 3 4 +eapis-deprecated = 0 1 2 3 4 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo
