diff options
author | Johannes Huber <johu@gentoo.org> | 2013-06-26 22:11:03 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-06-26 22:12:37 +0200 |
commit | 67a3a22bed89bab7b99a0649eab475c854d8c318 (patch) | |
tree | 6f9afc6eccdf1cd0c2dcb441f6ca8cd5ccb1fd7a /metadata | |
parent | [Documentation] Drop requirement to cd to scriptdir in regenerate_files (diff) | |
download | kde-67a3a22bed89bab7b99a0649eab475c854d8c318.tar.gz kde-67a3a22bed89bab7b99a0649eab475c854d8c318.tar.bz2 kde-67a3a22bed89bab7b99a0649eab475c854d8c318.zip |
[metadata/layout.conf] Ban EAPIs 0-3, deprecate EAPI 4.
Diffstat (limited to 'metadata')
-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 760df689e6..3aa92fec3c 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 |