diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-02-22 11:42:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-02-24 11:26:12 +0100 |
commit | 36b784c051ff4acfea0abf0e0dd7a6035dedcf97 (patch) | |
tree | 6f5fced8f95662f543416a71959e1f11025d0ee3 /metadata | |
parent | dev-python/reportlab: Stabilize 4.1.0 x86, #925390 (diff) | |
download | gentoo-36b784c051ff4acfea0abf0e0dd7a6035dedcf97.tar.gz gentoo-36b784c051ff4acfea0abf0e0dd7a6035dedcf97.tar.bz2 gentoo-36b784c051ff4acfea0abf0e0dd7a6035dedcf97.zip |
metadata/layout.conf: Recognize PROPERTIES=test_privileged
Bug: https://bugs.gentoo.org/924585
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index fff2d6072f99..5fb0b20d5f8a 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # For details on this file, see the layout.conf section of the # portage(5) man page. # Allow specific PROPERTIES and RESTRICT values in ebuilds. -properties-allowed = interactive live test_network +properties-allowed = interactive live test_network test_privileged restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs splitdebug strip test userpriv # manifest-hashes specify hashes used for new/updated entries |