diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-02-25 20:15:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-02-25 20:15:20 +0000 |
commit | 7e3588ea937835e2d2e8f53ba2c9b1b0a14e0ca9 (patch) | |
tree | b218b346e9aeafd791b37f849a2b5359d9c64c26 /metadata | |
parent | Version bump to 0.10.2 (diff) | |
download | historical-7e3588ea937835e2d2e8f53ba2c9b1b0a14e0ca9.tar.gz historical-7e3588ea937835e2d2e8f53ba2c9b1b0a14e0ca9.tar.bz2 historical-7e3588ea937835e2d2e8f53ba2c9b1b0a14e0ca9.zip |
EAPIs 0 and 3 deprecated per today's council decision.
Diffstat (limited to 'metadata')
-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 60e45380ee1d..12d23ddeb3c6 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -3,9 +3,9 @@ # and/or GLEP 59. manifest-hashes = SHA256 SHA512 WHIRLPOOL -# Bug #470670 - gentoo's council says to deprecate -# EAPIs 1 and 2. -eapis-deprecated = 1 2 +# Bug #470670 - gentoo's council says to deprecate EAPIs 1 and 2. +# 2014-02-25 council meeting deprecated EAPIs 0 and 3. +eapis-deprecated = 0 1 2 3 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo |