summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--metadata/qa-policy.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf
index ae1e3cad2005..4ba561f4cce0 100644
--- a/metadata/qa-policy.conf
+++ b/metadata/qa-policy.conf
@@ -61,3 +61,19 @@ PG0803 = warning
PG0901 = warning
# Deprecated EAPIs
PG1001 = 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)