Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: metadata/
Date: Wed, 24 Sep 2014 08:03:58
Message-Id: 1411545821.564fb06f5cea5d6e6db1661289d042477067cade.jlec@gentoo
1 commit: 564fb06f5cea5d6e6db1661289d042477067cade
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 24 08:03:41 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 24 08:03:41 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=564fb06f
7
8 Ban EAPI=0/1
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 ---
13 metadata/layout.conf | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/metadata/layout.conf b/metadata/layout.conf
17 index 919f3f4..2c60215 100644
18 --- a/metadata/layout.conf
19 +++ b/metadata/layout.conf
20 @@ -23,7 +23,7 @@ sign-commits = true
21 cache-formats = md5-dict
22
23 # indicate that ebuilds with the specified EAPIs are banned
24 -#eapis-banned = 0 1 2 3 4
25 +eapis-banned = 0 1
26
27 # indicate that ebuilds with the specified EAPIs are deprecated
28 eapis-deprecated = 1 2 3 4