diff options
author | 2022-10-06 14:06:23 +0100 | |
---|---|---|
committer | 2022-10-14 22:49:36 +0100 | |
commit | 118ac514581c8992df1b19aee1663b6a7f7607c4 (patch) | |
tree | 82cef846eb68d7f86a1e31b18cd57fbcb6c4a162 /general-concepts/ebuild-revisions | |
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 'general-concepts/ebuild-revisions')
-rw-r--r-- | general-concepts/ebuild-revisions/text.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/general-concepts/ebuild-revisions/text.xml b/general-concepts/ebuild-revisions/text.xml index b274841..fc5ba7c 100644 --- a/general-concepts/ebuild-revisions/text.xml +++ b/general-concepts/ebuild-revisions/text.xml @@ -108,11 +108,6 @@ of thumb could be used as a guideline: <li> a dependency change that is a result of a package move (slot move), </li> - <li> - a dependency change due to - <uri link="::ebuild-maintenance/removal/#Removing a virtual package"> - removal of a virtual package</uri>. - </li> </ul> </body> |