From ce68316d173482f9b82fb3255b1a657c08c80c56 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 8 Nov 2022 04:31:33 +0000 Subject: 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 --- general-concepts/ebuild-revisions/text.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'general-concepts/ebuild-revisions') 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. -Wformat or -Wimplicit-function-declaration 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).
  • adding a trivial documentation fix,
  • @@ -99,7 +99,8 @@ of thumb could be used as a guideline: is expected soon),
  • - 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),
  • adding a new USE flag or removing an existing one (since change -- cgit v1.2.3-65-gdbad