Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: metadata/
Date: Sun, 30 Jun 2013 14:28:46
Message-Id: 1372602512.562c6d01e35436b4b297928058a8f63a6d642f9a.johu@gentoo
1 commit: 562c6d01e35436b4b297928058a8f63a6d642f9a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 14:28:32 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 14:28:32 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=562c6d01
7
8 [metadata/layout.conf] Ban EAPI 4.
9
10 ---
11 metadata/layout.conf | 4 ++--
12 1 file changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/metadata/layout.conf b/metadata/layout.conf
15 index 3aa92fe..144587a 100644
16 --- a/metadata/layout.conf
17 +++ b/metadata/layout.conf
18 @@ -13,6 +13,6 @@ sign-commits = true
19 # md5-dict cache format (see bug #409445).
20 cache-formats = md5-dict
21 # indicate that ebuilds with the specified EAPIs are banned
22 -eapis-banned = 0 1 2 3
23 +eapis-banned = 0 1 2 3 4
24 # indicate that ebuilds with the specified EAPIs are deprecated
25 -eapis-deprecated = 4
26 +# eapis-deprecated = 5