From 19ae84f562d19e35240d26bc7bdc4a894ad0c706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 12 Feb 2022 17:10:46 +0100 Subject: [PATCH] Manual.md: extend archs= description --- Manual.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Manual.md b/Manual.md index da72bd9712..90c8dcb65f 100644 --- a/Manual.md +++ b/Manual.md @@ -750,6 +750,9 @@ built for, available architectures can be found under `common/cross-profiles`. In general, `archs` should only be set if the upstream software explicitly targets certain architectures or there is a compelling reason why the software should not be available on some supported architectures. +Prepending pattern with tilde means disallowing build on indicated archs. +First matching pattern is taken to allow/deny build. When no pattern matches, +package is build if last pattern includes tilde. Examples: ```