diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-19 10:09:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-19 10:12:06 +0200 |
commit | 49694b03a66073a5bdb5937e0543a1ef14210ed3 (patch) | |
tree | a197eecbb03cbbb704918a91fa93b30db7e58928 /metadata/layout.conf | |
parent | media-sound/abcmidi: bump to 2021.05.10 (diff) | |
download | gentoo-49694b03a66073a5bdb5937e0543a1ef14210ed3.tar.gz gentoo-49694b03a66073a5bdb5937e0543a1ef14210ed3.tar.bz2 gentoo-49694b03a66073a5bdb5937e0543a1ef14210ed3.zip |
layout.conf: Permit PROPERTIES=test_network
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'metadata/layout.conf')
-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 25edb02dc20b..f8bc4f0fe878 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 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 +properties-allowed = interactive live test_network restrict-allowed = binchecks bindist fetch installsources mirror preserve-libs splitdebug strip test userpriv # manifest-hashes specify hashes used for new/updated entries |