diff options
author | 2024-03-16 00:44:09 +0000 | |
---|---|---|
committer | 2024-03-16 00:44:55 +0000 | |
commit | 42b343515eae0e38841341508605a7433210ef16 (patch) | |
tree | 75f766eeb6c009ac32cef3ffee5a27bcac456925 /profiles | |
parent | app-arch/torrentzip: Fix 1.2 regression (diff) | |
download | gentoo-42b343515eae0e38841341508605a7433210ef16.tar.gz gentoo-42b343515eae0e38841341508605a7433210ef16.tar.bz2 gentoo-42b343515eae0e38841341508605a7433210ef16.zip |
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@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 6 |
1 files changed, 6 insertions, 0 deletions
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 <asturm@gentoo.org> (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 |