commit: 564fb06f5cea5d6e6db1661289d042477067cade Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Sep 24 08:03:41 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 24 08:03:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=564fb06f
Ban EAPI=0/1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> --- metadata/layout.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 919f3f4..2c60215 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -23,7 +23,7 @@ sign-commits = true cache-formats = md5-dict # indicate that ebuilds with the specified EAPIs are banned -#eapis-banned = 0 1 2 3 4 +eapis-banned = 0 1 # indicate that ebuilds with the specified EAPIs are deprecated eapis-deprecated = 1 2 3 4
