diff options
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 |