commit: e86ca246a013d5ef0ac7dd881db79ab9a98bce18 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Dec 18 21:01:28 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 21 20:04:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86ca246
profiles: Mask gui-libs/hyprland-qtutils for removal This also implies masking gui-wm/hyprland[qtutils] Bug: https://bugs.gentoo.org/966389 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/base/package.use.mask | 5 +++++ profiles/package.mask | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 508226d5cc58..e5e4c18927d5 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # New entries go on top. +# Andreas Sturmlechner <[email protected]> (2025-12-21) +# gui-libs/hyprland-qtutils fails to build against Qt 6.10, upstream +# repository was archived. +gui-wm/hyprland qtutils + # Michał Górny <[email protected]> (2025-12-20) # Needs last-rited dev-lang/julia. kde-apps/cantor julia diff --git a/profiles/package.mask b/profiles/package.mask index c9a680c8e37b..8ada2e7c5b2c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,11 @@ #--- END OF EXAMPLES --- +# Andreas Sturmlechner <[email protected]> (2025-12-21) +# Fails to build against Qt 6.10, upstream repository was archived. +# Bug #966389. Removal on 2026-01-15 +gui-libs/hyprland-qtutils + # Michał Górny <[email protected]> (2025-12-20) # Packages that are missing Python 3.12+ support (or in case # of dev-lang/julia, all versions are unkeyworded).
