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 126C21382C5
for ; Thu, 11 Mar 2021 12:44:47 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 4957BE0ACB;
Thu, 11 Mar 2021 12:44:46 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
(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 31B58E0ACB
for ; Thu, 11 Mar 2021 12:44:46 +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 1D168340E4D
for ; Thu, 11 Mar 2021 12:44:45 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CF27590
for ; Thu, 11 Mar 2021 12:44:43 +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: <1615466122.30036bbb6f48b4c61a166e2cf80451b74d6dfda0.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: 30036bbb6f48b4c61a166e2cf80451b74d6dfda0
X-VCS-Branch: master
Date: Thu, 11 Mar 2021 12:44:43 +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: 16ce9d5a-10af-47c2-8df2-cba9a68d84e2
X-Archives-Hash: bb33ee98c5af7f7bbed2912ef0f29f61
commit: 30036bbb6f48b4c61a166e2cf80451b74d6dfda0
Author: Sam James gentoo org>
AuthorDate: Fri Mar 5 19:43:23 2021 +0000
Commit: Ulrich Müller gentoo org>
CommitDate: Thu Mar 11 12:35:22 2021 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=30036bbb
general-concepts/dependencies: add reference to Ebuild Revisions
Let's make a note that it's especially important to consider
the links between dependencies and ebuild revisions.
Closes: https://github.com/gentoo/devmanual/pull/197
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 9366343..8cf3999 100644
--- a/general-concepts/dependencies/text.xml
+++ b/general-concepts/dependencies/text.xml
@@ -17,6 +17,12 @@ checking for changes. Some projects may have different policies consult
them if you're not sure.
+
+Please also see the following section on
+
+for how dependencies and revisions interact.
+
+