commit: 42b343515eae0e38841341508605a7433210ef16 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 16 00:44:09 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 16 00:44:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b34351
profiles: clarify mask for Plasma 6 Make clear that you shouldn't unmask Plasma 6 unless you're ready -- in some cases, it seems Portage might show the user the mask message as a result of backtracking even though they're not trying to unmask any of Plasma 6. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index efe1a67d3fc4..735cb7f47df5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -228,6 +228,12 @@ sci-libs/mpir # Andreas Sturmlechner <[email protected]> (2024-02-28) # KDE Plasma 6.0.2, Gear 24.02.0 and Frameworks 6.0.0 mask +# +# Don't do anything unless you're intentionally moving to Plasma 6, which is +# masked still for a reason. If you get this message just from conflicts where +# you're not trying to do that, please cleanup stale entries in /etc/portage +# and your world file. +# # Plasma 6 replaces 5. For conflict resolution between KF5- and KF6-packages: # - put '-kf6compat' into /etc/portage/profile/use.mask # - enable USE=kf6compat globally
