commit: 4e9945b5f8ac168baf1bf02240dbe810cecc17a7 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Fri Oct 28 19:21:42 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Fri Oct 28 19:21:58 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=4e9945b5
layout.conf: ban EAPI 5 metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index b6eb55a..34021ae 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -12,8 +12,8 @@ masters = gentoo manifest-hashes = SHA256 SHA512 WHIRLPOOL # Ebuilds with the specified EAPIs are banned/deprecated -eapis-banned = 0 1 2 3 4 -#eapis-deprecated = 5 +eapis-banned = 0 1 2 3 4 5 +#eapis-deprecated = 6 # No more old ChangeLogs in Git update-changelog = false
