commit: cca1990a25e204e5c8dd6cbbad0f0436a26c3115
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 6 12:56:23 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 11:59:38 2021 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=cca1990a
general-concepts/ebuild-revisions: clarify the automagic dep detection
- the current example is very hard to realize what it means, I'm
only guessing it means automagic dep detection? Let's update it to
make it clearer?
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
general-concepts/ebuild-revisions/text.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/general-concepts/ebuild-revisions/text.xml
b/general-concepts/ebuild-revisions/text.xml
index 89ed8ea..1bcd23f 100644
--- a/general-concepts/ebuild-revisions/text.xml
+++ b/general-concepts/ebuild-revisions/text.xml
@@ -69,10 +69,7 @@ of thumb could be used as a guideline:
<li>adding a missing runtime dependency to one of the existing blocks,</li>
<li>adding a binding subslot operator (:=) to a dependency,</li>
<li>updating a dependency with default on/off USE flags,</li>
- <li>
- adding a missing build-time dependency that contributed to
- a successfully yet incorrect build (e.g. missing some feature),
- </li>
+ <li>fixing an automagic dependency detection from a build system,</li>
<li>
restricting a runtime dependency version, unless the <c>:=</c>
subslot operator is going to trigger a rebuild.