commit:     51747eb08d256651a66cfb55d46d030351cac4d8
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  9 17:56:07 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Feb  9 17:56:07 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=51747eb0

layout.conf: ban EAPI 4

 metadata/layout.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 8618484..b6eb55a 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
-eapis-deprecated = 4
+eapis-banned = 0 1 2 3 4
+#eapis-deprecated = 5
 
 # No more old ChangeLogs in Git
 update-changelog = false

Reply via email to