diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-05-14 07:48:38 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-05-14 07:48:38 +0200 |
commit | 3d53c3f42f713b34122490886116a9ac155d2129 (patch) | |
tree | dd833164c6a80dc6b024f6495dba0ec694a27b50 /metadata | |
parent | metadata/layout.conf: EAPI 5 is deprecated. (diff) | |
download | gentoo-3d53c3f42f713b34122490886116a9ac155d2129.tar.gz gentoo-3d53c3f42f713b34122490886116a9ac155d2129.tar.bz2 gentoo-3d53c3f42f713b34122490886116a9ac155d2129.zip |
metadata/layout.conf: Clarify scope of EAPI 5 deprecation.
It is deprecated only for ebuilds, not for profiles.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index dff932fbb635..58939f1ad66e 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -17,7 +17,7 @@ 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. # 2015-10-11 council meeting deprecated EAPI 4. -# 2018-05-13 council meeting deprecated EAPI 5. +# 2018-05-13 council meeting deprecated EAPI 5 for ebuilds. eapis-banned = 1 eapis-deprecated = 0 2 3 4 5 |