diff options
-rw-r--r-- | metadata/qa-policy.conf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf index 4ba634a40fb5..cc0e7311d790 100644 --- a/metadata/qa-policy.conf +++ b/metadata/qa-policy.conf @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # The policy section assigns significance levels to various policies. @@ -67,13 +67,10 @@ PG1001 = warning # 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) +cmake-utils = cmake +darcs = (none) epatch = (eapply since EAPI 6) eutils = (split into several eclasses) -fdo-mime = xdg-utils -games = (none) ltprune = (inline find ... -delete) mono = mono-env user = (GLEP 81 acct-* packages) |