diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:00:32 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:00:32 +0100 |
commit | ab499d7cfb9ad23e83cf7a4f5052bdf1b4c42030 (patch) | |
tree | 2fa77fd80cb0e85ab3e48e6a0558cd3a52ee04c3 /metadata/layout.conf | |
parent | 5a165c60b9b8c4847067cb83b4be7da785d01f93 (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'metadata/layout.conf')
-rw-r--r-- | metadata/layout.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index dbf1e90ff03f..6a411da8eef0 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -20,12 +20,12 @@ manifest-required-hashes = BLAKE2B # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670). # 2014-02-25 council meeting deprecated EAPIs 0 and 3. -# 2014-03-11 council meeting banned EAPI 1. +# 2014-03-11 council meeting banned EAPI 1 and 2. # 2015-10-11 council meeting deprecated EAPI 4. # 2016-01-10 council meeting banned EAPI 3. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. -eapis-banned = 1 3 -eapis-deprecated = 0 2 4 5 +eapis-banned = 1 2 3 +eapis-deprecated = 0 4 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo |