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 512F513835A for ; Mon, 29 Mar 2021 20:44:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7591AE085A; Mon, 29 Mar 2021 20:44:09 +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 61E05E085A for ; Mon, 29 Mar 2021 20:44:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8954C340C35 for ; Mon, 29 Mar 2021 20:44:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 557E063C for ; Mon, 29 Mar 2021 20:44:05 +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: <1617050498.54ee612ef406435d1f403d8f76ed422921ffb707.ulm@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/dependencies/ X-VCS-Repository: proj/devmanual X-VCS-Files: general-concepts/dependencies/text.xml X-VCS-Directories: general-concepts/dependencies/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 54ee612ef406435d1f403d8f76ed422921ffb707 X-VCS-Branch: master Date: Mon, 29 Mar 2021 20:44:05 +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: 459b6ee9-812b-4680-9466-18f588a9fe68 X-Archives-Hash: 9e99e84f596fbbcdbda16d6d9e96f61c commit: 54ee612ef406435d1f403d8f76ed422921ffb707 Author: Sam James gentoo org> AuthorDate: Sat Mar 20 15:00:27 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Mar 29 20:41:38 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=54ee612e general-concepts/dependencies: list any-of dependencies in preferred order This eases Portage dependency resolution. Signed-off-by: Sam James gentoo.org> Signed-off-by: Ulrich Müller gentoo.org> general-concepts/dependencies/text.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/general-concepts/dependencies/text.xml b/general-concepts/dependencies/text.xml index f49e319..c175cfa 100644 --- a/general-concepts/dependencies/text.xml +++ b/general-concepts/dependencies/text.xml @@ -461,6 +461,12 @@ DEPEND="!build? ( Any of Many Dependencies + +To ease dependency resolution for Portage, it is recommended that you sort +the elements in preferred order first. See +this bug for more context. + +

To depend on either foo or bar: