commit: d5c0e51091f4a4661b1a242616eaf406cdd7caff Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 3 21:33:49 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 3 21:33:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c0e510
Revert "profiles/arch: drop >=gui-libs/wlroots-0.17.0[drm] mask" This reverts commit ea2fceefa911ccc92b72d80a3d059dda234eb769. This breaks a pending stablereq. Bug: https://bugs.gentoo.org/921307 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++-- profiles/arch/base/package.use.mask | 5 +++-- profiles/arch/riscv/package.use.mask | 5 +++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index ac4adad1e6b9..1a2f77a0990a 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -31,8 +31,9 @@ sys-kernel/gentoo-kernel-bin -generic-uki dev-python/PyQt6 -pdfium # Leonardo Hernández Hernández <[email protected]> (2023-11-25) -# dev-libs/libliftoff is only available for amd64 and riscv -gui-libs/wlroots -liftoff +# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff) +# are only available for amd64 and riscv +>=gui-libs/wlroots-0.17.0 -drm -liftoff # Jimi Huotari <[email protected]> (2023-11-22) # Unmask on amd64. diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 4d05ac6bf692..65c07619a41a 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -15,8 +15,9 @@ sys-kernel/gentoo-kernel-bin generic-uki dev-python/PyQt6 pdfium # Leonardo Hernández Hernández <[email protected]> (2023-11-25) -# dev-libs/libliftoff is only available for amd64 and riscv -gui-libs/wlroots liftoff +# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff) +# are only available for amd64 and riscv +>=gui-libs/wlroots-0.17.0 drm liftoff # Jimi Huotari <[email protected]> (2023-11-22) # media-libs/oneVPL is only keyworded for amd64 at this time. diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 5700c60f3015..861cbc631d8a 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # Leonardo Hernández Hernández <[email protected]> (2023-11-22) -# dev-libs/libliftoff is only available for amd64 and riscv -gui-libs/wlroots -liftoff +# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff) +# are only available for amd64 and riscv +>=gui-libs/wlroots-0.17.0 -drm -liftoff # Violet Purcell <[email protected]> (2023-10-12) # dev-util/samurai is not keyworded here.
