commit: 13758b10c7ecea5469fc987ee4e6644fdb5012b2 Author: Anthony Ruhier <aruhier <AT> mailbox <DOT> org> AuthorDate: Mon Mar 2 21:37:38 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 3 19:37:02 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13758b10
profiles: mask hypr packages per version [sam: This is to make life easier for the ::hyproverlay repository. As such, the <= is deliberate and wanted here.] Signed-off-by: Anthony Ruhier <aruhier <AT> mailbox.org> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index bdee1090c0e9..694a1d787252 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -207,7 +207,7 @@ net-analyzer/echoping # Sam James <[email protected]> (2026-02-09) # Only needed by last-rited hyprland stack. Out-of-date by quite a few # versions. Removal on 2026-03-11. -dev-cpp/glaze +<=dev-cpp/glaze-5.5.4 # Sam James <[email protected]> (2026-02-09) # This suite of packages is currently best placed in an overlay/external @@ -231,15 +231,15 @@ dev-cpp/glaze # # Quite out-of-date, many open bugs, and needs several new dependencies. # Removal on 2026-03-11. -gui-libs/aquamarine -gui-libs/hyprutils -gui-libs/hyprland-qt-support -gui-libs/hyprcursor -dev-util/hyprwayland-scanner -dev-libs/hyprlang -dev-libs/hyprland-protocols -dev-libs/hyprgraphics -gui-wm/hyprland +<=gui-libs/aquamarine-0.9.3 +<=gui-libs/hyprutils-0.8.4 +<=gui-libs/hyprland-qt-support-0.1.0 +<=gui-libs/hyprcursor-0.1.13 +<=dev-util/hyprwayland-scanner-0.4.5 +<=dev-libs/hyprlang-0.6.4 +<=dev-libs/hyprland-protocols-0.6.4 +<=dev-libs/hyprgraphics-0.1.5 +<=gui-wm/hyprland-0.51.1 # Andreas Sturmlechner <[email protected]> (2026-02-09) # Broken for ages with dev-libs/boost-1.85 but no one except tinderbox
