diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-09-24 10:03:41 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-09-24 10:03:41 +0200 |
commit | 564fb06f5cea5d6e6db1661289d042477067cade (patch) | |
tree | 8346cb42b2cfa3ba1c2ea0e80d5b0c35adb9427c /metadata | |
parent | Merge remote-tracking branch 'github/master' (diff) | |
download | sci-564fb06f5cea5d6e6db1661289d042477067cade.tar.gz sci-564fb06f5cea5d6e6db1661289d042477067cade.tar.bz2 sci-564fb06f5cea5d6e6db1661289d042477067cade.zip |
Ban EAPI=0/1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 919f3f464..2c60215da 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 |