From 4a5816311272fed8c9002026c82314582ace8826 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Sun, 26 Mar 2017 00:19:56 -0400 Subject: [PATCH] Manual.md: document restricted=yes --- Manual.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Manual.md b/Manual.md index 769f6847eba..11ff5b2c65f 100644 --- a/Manual.md +++ b/Manual.md @@ -501,6 +501,12 @@ sonames in shared libraries. This should be set to a string describing why it fails, or a link to a travis buildlog demonstrating the failure. +- `restricted` If set, xbps-src will refuse to build the package unless +`etc/conf` has `XBPS_ALLOW_RESTRICTED=yes`. The primary builders for Void +Linux do not have this setting, so the primary repositories will not have any +restricted package. This is useful for packages where the license forbids +redistribution. + - `subpackages` A white space separated list of subpackages (matching `foo_package()`) to override the guessed list. Only use this if a specific order of subpackages is required, otherwise the default would work in most cases.