diff options
author | Sam James <sam@gentoo.org> | 2022-10-06 14:06:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-14 22:49:36 +0100 |
commit | 118ac514581c8992df1b19aee1663b6a7f7607c4 (patch) | |
tree | 82cef846eb68d7f86a1e31b18cd57fbcb6c4a162 /ebuild-maintenance/removal | |
parent | Explicitly specify UTF-8 encoding in XML declarations (diff) | |
download | devmanual-118ac514581c8992df1b19aee1663b6a7f7607c4.tar.gz devmanual-118ac514581c8992df1b19aee1663b6a7f7607c4.tar.bz2 devmanual-118ac514581c8992df1b19aee1663b6a7f7607c4.zip |
ebuild-maintenance/removal: Change inconsistent virtual revbump policy
This partly reverts commit f28b85f069c70538c618a3cedece77a359601dd8.
There's no reason to treat virtuals differently here, there's no
exception for it in how Portage works, and it may cause upgrade
difficulties for users.
It's also led to extensive confusion with contributors & new
developers as we have to try to explain the inconsistency
between devmanual and policy for non-virtuals.
See: https://github.com/gentoo/gentoo/pull/27637
Closes: https://github.com/gentoo/devmanual/pull/303
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'ebuild-maintenance/removal')
-rw-r--r-- | ebuild-maintenance/removal/text.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ebuild-maintenance/removal/text.xml b/ebuild-maintenance/removal/text.xml index de3a9c1..5413a06 100644 --- a/ebuild-maintenance/removal/text.xml +++ b/ebuild-maintenance/removal/text.xml @@ -113,10 +113,8 @@ In order to remove a virtual package, follow the following procedure: Wait the time appropriate for the last rites. </li> <li> - Update all ebuilds not to reference the virtual. Since there is - no urgent need to remove the virtual from user systems - and the resulting rebuilds would be unnecessary, do not bump ebuilds - when replacing the dependency. + Update all ebuilds not to reference the virtual, following normal + <uri link="::general-concepts/ebuild-revisions/"/> policy </li> <li> Remove the package directly |