summaryrefslogtreecommitdiff
path: root/metadata/qa-policy.conf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-22 14:04:34 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-22 14:04:34 +0100
commit1cbd767db9f242fadb7bb4c6ff53f000087df3f9 (patch)
tree6ca54be94593a0337f7babf62ca68b09a1796b8d /metadata/qa-policy.conf
parentf617b718d02df7453e1e7094d47081b152744686 (diff)
gentoo auto-resync : 22:10:2022 - 14:04:34
Diffstat (limited to 'metadata/qa-policy.conf')
-rw-r--r--metadata/qa-policy.conf23
1 files changed, 10 insertions, 13 deletions
diff --git a/metadata/qa-policy.conf b/metadata/qa-policy.conf
index db9050f2ba7b..9a8ca011ddb7 100644
--- a/metadata/qa-policy.conf
+++ b/metadata/qa-policy.conf
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# The policy section assigns significance levels to various policies.
@@ -62,15 +62,12 @@ 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]
-cmake-utils = cmake
-epatch = (eapply since EAPI 6)
-eutils = (split into several eclasses)
-ltprune = (inline find ... -delete)
-mono = mono-env
-user = (GLEP 81 acct-* packages)
-versionator = eapi7-ver (built-in since EAPI 7)
+# User and group IDs available for static allocation. These consist of:
+# - the range 101..749 available for regular use by packages, and
+# - the range 0..100, 65533 and 65534 reserved for important system
+# accounts (which need approval by QA).
+# The format is a comma separated list, either <n> for a single value
+# or <m>-<n> for a range of values (including both ends).
+[user-group-ids]
+uid-range = 0-749,65534
+gid-range = 0-749,65533,65534