commit: b576a1ff2a40d38559f8425367c6c269f0a7c53b Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Wed Jun 17 01:01:18 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Wed Jun 17 01:01:18 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b576a1ff
[layout] Ban EAPI 3 and 4 metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index fe805eb..82c7cae 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -11,8 +11,8 @@ masters = gentoo # considered a failure if a manifest file is missing/incorrect use-manifests = strict cache-formats = md5-dict -eapis-banned = 0 1 -eapis-deprecated = 2 3 +eapis-banned = 0 1 3 4 +eapis-deprecated = 2 sign-commits = true sign-manifests = false thin-manifests = true
