Signed-off-by: Michał Górny <[email protected]> --- metadata/qa-policy.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)
diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf index b6ad90337103..4e822fa2b8ab 100644 --- a/metadata/qa-policy.conf +++ b/metadata/qa-policy.conf @@ -59,3 +59,19 @@ PG0704 = warning PG0803 = warning # User and group account policy PG0901 = warning + + +# The deprecated-eclass section lists deprecated eclasses along with +# their suggested replacements (if any). Most of the values are +# replacement eclass names, though free-form text is permitted. +[deprecated-eclass] +autotools-multilib = multilib-minimal +autotools-utils = (none) +base = (none) +epatch = (eapply since EAPI 6) +fdo-mime = xdg-utils +games = (none) +ltprune = (inline find ... -delete) +mono = mono-env +user = (GLEP 81 acct-* packages) +versionator = eapi7-ver (built-in since EAPI 7) -- 2.25.1
