From: Orfeas Date: Sat, 25 Apr 2026 18:28:12 +0000 (+0300) Subject: layout.conf: rewrite X-Git-Url: https://git.orfeas.xyz/?a=commitdiff_plain;h=144e7880020ccb24d4fdfb1d6fe6b8aa45715ecf;p=orf-overlay.git layout.conf: rewrite --- diff --git a/metadata/layout.conf b/metadata/layout.conf index 067d1f8..c0e87fa 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,6 +1,21 @@ +#-------------- +# Related docs: +# https://wiki.gentoo.org/wiki/Portage/Profiles/Custom_profiles +#-------------- masters = gentoo guru -use-manifests = true + +# Please keep this reasonably in sync with ::gentoo +manifest-hashes = BLAKE2B SHA512 +manifest-required-hashes = BLAKE2B +update-changelog = false +cache-formats = md5-dict thin-manifests = true -sign-manifests = false +use-manifests = true sign-commits = true -profile-formats = portage-2 \ No newline at end of file +sign-manifests = false + +# Allow inheriting from gentoo: profiles +profile-formats = portage-2 + +# Let's start with new EAPIs if possible +eapis-banned = 0 1 2 3 4 5 6