diff options
author | Sam James <sam@gentoo.org> | 2022-11-08 04:31:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-10 07:17:03 +0000 |
commit | ce68316d173482f9b82fb3255b1a657c08c80c56 (patch) | |
tree | 0fb98dec4dde9428a9582cf80dcfa9dd305bb2ee /general-concepts | |
parent | general-concepts/ebuild-revisions: note which build-time fixes need a new rev... (diff) | |
download | devmanual-ce68316d173482f9b82fb3255b1a657c08c80c56.tar.gz devmanual-ce68316d173482f9b82fb3255b1a657c08c80c56.tar.bz2 devmanual-ce68316d173482f9b82fb3255b1a657c08c80c56.zip |
general-concepts/ebuild-revisions: note that build failures may be a missing rdepend
If, for example, a "qtcore" missing dependency results in a src_configure
failure and a bug is filed, that doesn't mean a revbump can be skipped,
as for others, if they had qtcore installed already, the package is
silently linked against it without it being recorded as a dependency.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'general-concepts')
-rw-r--r-- | general-concepts/ebuild-revisions/text.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml index b2fa57f..ad394e8 100644 --- a/general-concepts/ebuild-revisions/text.xml +++ b/general-concepts/ebuild-revisions/text.xml @@ -89,7 +89,7 @@ of thumb could be used as a guideline: (e.g. <c>-Wformat</c> or <c>-Wimplicit-function-declaration</c> fixes); the package may have been miscompiled, or the change is substantial (if adding a huge patch to fix a problem, the chances of an unexpected - issue being introduced by it are larger). + issue being introduced by it are greater). </li> <li>adding a trivial documentation fix,</li> <li> @@ -99,7 +99,8 @@ of thumb could be used as a guideline: is expected soon), </li> <li> - adding a missing build-time dependency that caused a build failure, + adding a missing build-time dependency that caused a build failure + (unless it is also a runtime dependency), </li> <li> adding a new USE flag or removing an existing one (since change |