From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AF5E13835A for ; Tue, 30 Mar 2021 07:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBE8AE08E0; Tue, 30 Mar 2021 07:21:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7836E08E0 for ; Tue, 30 Mar 2021 07:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9ADD4340DC6 for ; Tue, 30 Mar 2021 07:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DAF23637 for ; Tue, 30 Mar 2021 07:21:03 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1617088841.206a502dbb146687f60b3cd171ac98aea6bfabe6.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/variables/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/variables/text.xml X-VCS-Directories: ebuild-writing/variables/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 206a502dbb146687f60b3cd171ac98aea6bfabe6 X-VCS-Branch: master Date: Tue, 30 Mar 2021 07:21:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e201a32e-6531-4707-b5db-6dcec78d1647 X-Archives-Hash: 48a4181779916c3be4164c1be078f00d commit: 206a502dbb146687f60b3cd171ac98aea6bfabe6 Author: Sam James gentoo org> AuthorDate: Sun Mar 21 05:06:12 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Mar 30 07:20:41 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=206a502d ebuild-writing/variables: mention PMS for acceptable RESTRICT values Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> ebuild-writing/variables/text.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml index ed62185..55cc3bd 100644 --- a/ebuild-writing/variables/text.xml +++ b/ebuild-writing/variables/text.xml @@ -524,6 +524,24 @@ GLEP 23 for details. +
+RESTRICT + + +

+While Portage may recognise several different RESTRICT tokens, it is +important that you do not rely on them existing. That is, you should ensure +your ebuild does not fail if those tokens are not exposed or given a different +name by another package manager. You can make use of Portage-provided +RESTRICT tokens, but do not fail hard without them. See + +PMS for the list of standardised RESTRICT tokens, or the above +table. +

+ + +
+
ROOT