diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-27 22:38:34 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-09-27 22:38:34 +0100 |
commit | 5cbcd5d2faa83d838307c849ef785a6ef7669067 (patch) | |
tree | 245230dc41db2b2e6b80565d8c4cef4de6f79706 /metadata | |
parent | sys-kernel/stable-sources: Version bump (diff) | |
download | portage-5cbcd5d2faa83d838307c849ef785a6ef7669067.tar.xz |
metadata/layout: require an entries in each Manifest for every file
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/layout.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 1ee20fa7..bd2b69f3 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -15,6 +15,9 @@ manifest-hashes = BLAKE2B SHA512 # Manifest files contain only DIST entries thin-manifests = true +# require an entries in each Manifest for every file +use-manifests = true + # indicate that paths such as 'gentoo:targets/desktop' or ':targets/desktop' in # profile parent files can be used to express paths relative to the root # 'profiles' directory of a repository (when the repo name is omitted before |