diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-07-01 18:24:04 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-07-01 18:24:04 +0200 |
commit | ca61c42be2fd86df7ebcadd3bf3e27e82b3feee7 (patch) | |
tree | e4c4e16a1aeb95bd470ff208ba8c60670e85a74e /metadata | |
parent | sci-libs/msms: Version BUmp; Bump to new distutil-r1.eclass (diff) | |
download | sci-ca61c42be2fd86df7ebcadd3bf3e27e82b3feee7.tar.gz sci-ca61c42be2fd86df7ebcadd3bf3e27e82b3feee7.tar.bz2 sci-ca61c42be2fd86df7ebcadd3bf3e27e82b3feee7.zip |
Deprecate all eapis but 5
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 081a32668..493a5feec 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -19,3 +19,9 @@ sign-commits = true # Make egencache generate newer (more reliable) # md5-dict cache format (see bug #409445). cache-formats = md5-dict + +# indicate that ebuilds with the specified EAPIs are banned +#eapis-banned = 0 1 2 3 4 + +# indicate that ebuilds with the specified EAPIs are deprecated +eapis-deprecated = 1 2 3 4 |