diff options
author | Sam James <sam@gentoo.org> | 2021-06-23 08:23:24 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-07-03 18:18:52 +0200 |
commit | f16a1ca58fc9761c0a7a65d82c115b3da651f3eb (patch) | |
tree | a8f1350887788a69db79d2288eed4ae0296fbb95 /general-concepts/ebuild-revisions | |
parent | keywording: mention un-CCing arches if making substantial changes to list (diff) | |
download | devmanual-f16a1ca58fc9761c0a7a65d82c115b3da651f3eb.tar.gz devmanual-f16a1ca58fc9761c0a7a65d82c115b3da651f3eb.tar.bz2 devmanual-f16a1ca58fc9761c0a7a65d82c115b3da651f3eb.zip |
general-concepts/ebuild-revisions: add 'subscribing with :=' as revbump reason
A revision bump is needed for a rebuild to occur when e.g. ABI is broken.
Without doing this, we're relying on Portage's preserve-libs feature which
does not have to be enabled and is not specified by PMS.
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'general-concepts/ebuild-revisions')
-rw-r--r-- | general-concepts/ebuild-revisions/text.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml index c370d27..395cc7f 100644 --- a/general-concepts/ebuild-revisions/text.xml +++ b/general-concepts/ebuild-revisions/text.xml @@ -67,6 +67,7 @@ of thumb could be used as a guideline: <li>adding a patch to fix a runtime issue,</li> <li>installing additional files that could be useful to the user,</li> <li>adding a missing runtime dependency to one of the existing blocks,</li> + <li>adding a binding subslot operator (:=) to a dependency,</li> <li> adding a missing build-time dependency that contributed to a successfully yet incorrect build (e.g. missing some feature), |