commit: f65b0fab3dfc0bd69200d7d5ac53a6bcd198c0c8 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Nov 18 09:03:44 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Nov 18 09:03:44 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=f65b0fab
Ban or deprecate old EAPIs Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> --- metadata/layout.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index c6ac6bb..dec6f30 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,3 +1,5 @@ +repo-name = betagarden + masters = gentoo # Use new hashes @@ -20,3 +22,8 @@ sign-commits = true # md5-dict cache format (see bug #409445). cache-formats = md5-dict +# indicate that ebuilds with the specified EAPIs are banned +eapis-banned = 0 1 + +# indicate that ebuilds with the specified EAPIs are deprecated +eapis-deprecated = 1 2 3 4
