diff options
| -rw-r--r-- | metadata/layout.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 760df689e67..3aa92fec3cc 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -12,3 +12,7 @@ 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 +# indicate that ebuilds with the specified EAPIs are deprecated +eapis-deprecated = 4 |
