commit: 03450665d52047d330731d72b9d81499d3d5eda4 Author: Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me> AuthorDate: Wed Nov 22 00:22:43 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 25 06:11:06 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03450665
profiles/arch: mask/unmask gui-libs/wlroots[drm,liftoff] where (un)available Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me> Closes: https://github.com/gentoo/gentoo/pull/33932 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, 15 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 31fab1e8cd31..c13a6ff43aa6 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# 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 + # Jimi Huotari <[email protected]> (2023-11-22) # Unmask on amd64. media-video/obs-studio -qsv -websocket diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 6695d99265f5..34ad56ff8edc 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# 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 + # Jimi Huotari <[email protected]> (2023-11-22) # media-libs/oneVPL is only keyworded for amd64 at this time. media-video/obs-studio qsv diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 0326b4a821c9..861cbc631d8a 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2019-2023 Gentoo Authors # 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 + # Violet Purcell <[email protected]> (2023-10-12) # dev-util/samurai is not keyworded here. app-alternatives/ninja samurai
