Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: metadata/
Date: Wed, 30 Jan 2019 17:44:37
Message-Id: 1548869937.1e6bcefc3c2f7f107f2ce0ac2bc086fc2bb3c6fe.asturm@gentoo
1 commit: 1e6bcefc3c2f7f107f2ce0ac2bc086fc2bb3c6fe
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 30 12:03:12 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 30 17:38:57 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e6bcefc
7
8 Ban EAPI 6
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 metadata/layout.conf | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/metadata/layout.conf b/metadata/layout.conf
16 index 97763f237a..e028885f58 100644
17 --- a/metadata/layout.conf
18 +++ b/metadata/layout.conf
19 @@ -21,7 +21,7 @@ sign-commits = true
20 cache-formats = md5-dict
21
22 # indicate that ebuilds with the specified EAPIs are banned
23 -eapis-banned = 0 1 2 3 4 5
24 +eapis-banned = 0 1 2 3 4 5 6
25
26 # indicate that ebuilds with the specified EAPIs are deprecated
27 -eapis-deprecated = 6
28 +# eapis-deprecated = 6