commit: ea2fceefa911ccc92b72d80a3d059dda234eb769 Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Thu Dec 21 19:44:57 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Wed Jan 3 19:06:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2fceef
profiles/arch: drop >=gui-libs/wlroots-0.17.0[drm] mask Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/34401 Signed-off-by: Arthur Zamarin <arthurzam <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, 6 insertions(+), 9 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 1a2f77a0990a..ac4adad1e6b9 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -31,9 +31,8 @@ sys-kernel/gentoo-kernel-bin -generic-uki dev-python/PyQt6 -pdfium # Leonardo Hernández Hernández <[email protected]> (2023-11-25) -# 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 +# dev-libs/libliftoff is only available for amd64 and riscv +gui-libs/wlroots -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 65c07619a41a..4d05ac6bf692 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -15,9 +15,8 @@ sys-kernel/gentoo-kernel-bin generic-uki dev-python/PyQt6 pdfium # Leonardo Hernández Hernández <[email protected]> (2023-11-25) -# 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 +# dev-libs/libliftoff is only available for amd64 and riscv +gui-libs/wlroots 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 861cbc631d8a..5700c60f3015 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -2,9 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # Leonardo Hernández Hernández <[email protected]> (2023-11-22) -# 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 +# dev-libs/libliftoff is only available for amd64 and riscv +gui-libs/wlroots -liftoff # Violet Purcell <[email protected]> (2023-10-12) # dev-util/samurai is not keyworded here.
