diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-11 11:11:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-11 11:11:02 +0000 |
commit | feccacf46f36ae114003065ab26a91e7355a9d5b (patch) | |
tree | 3e95d618bc1b31479e4bd25782fdc8aa24254270 /metadata | |
parent | Remove old. (diff) | |
download | gentoo-2-feccacf46f36ae114003065ab26a91e7355a9d5b.tar.gz gentoo-2-feccacf46f36ae114003065ab26a91e7355a9d5b.tar.bz2 gentoo-2-feccacf46f36ae114003065ab26a91e7355a9d5b.zip |
Demote EAPI 1 from "deprecated" to "banned".
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 12d23ddeb3c6..bb9cd5923ac2 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -3,9 +3,11 @@ # and/or GLEP 59. manifest-hashes = SHA256 SHA512 WHIRLPOOL -# Bug #470670 - gentoo's council says to deprecate EAPIs 1 and 2. +# 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. -eapis-deprecated = 0 1 2 3 +# 2015-06-11 EAPI 1 banned. +eapis-banned = 1 +eapis-deprecated = 0 2 3 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo |