diff options
author | 2021-09-06 15:56:23 +0300 | |
---|---|---|
committer | 2021-09-24 14:59:38 +0300 | |
commit | cca1990a25e204e5c8dd6cbbad0f0436a26c3115 (patch) | |
tree | a49592991ad9f5f211be33cd72deb9c9e093348a /general-concepts/ebuild-revisions | |
parent | general-concepts/ebuild-revisions: mention removing a virtual pkg (diff) | |
download | devmanual-cca1990a25e204e5c8dd6cbbad0f0436a26c3115.tar.gz devmanual-cca1990a25e204e5c8dd6cbbad0f0436a26c3115.tar.bz2 devmanual-cca1990a25e204e5c8dd6cbbad0f0436a26c3115.zip |
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@gentoo.org>
Diffstat (limited to 'general-concepts/ebuild-revisions')
-rw-r--r-- | general-concepts/ebuild-revisions/text.xml | 5 |
1 files changed, 1 insertions, 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. |