diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-09 21:43:51 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-09 21:43:51 +0100 |
commit | 12a3906d28cd704c01a52b59d74b5c7b3ecde1a5 (patch) | |
tree | b23bbe42d9946feebbc27a0aae8cc401f7bf4a94 /metadata | |
parent | metadata/layout.conf: ban EAPI 0 (diff) | |
download | gentoo-12a3906d28cd704c01a52b59d74b5c7b3ecde1a5.tar.gz gentoo-12a3906d28cd704c01a52b59d74b5c7b3ecde1a5.tar.bz2 gentoo-12a3906d28cd704c01a52b59d74b5c7b3ecde1a5.zip |
metadata/layout.conf: Update comment for EAPI 0 ban.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 99317247b40c..2d8a9fc9b4eb 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -20,9 +20,9 @@ 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 and 2. +# 2014-03-11 council meeting banned EAPIs 1 and 2. # 2015-10-11 council meeting deprecated EAPI 4. -# 2016-01-10 council meeting banned EAPI 3. +# 2016-01-10 council meeting banned EAPIs 0 and 3. # 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. eapis-banned = 0 1 2 3 eapis-deprecated = 4 5 |