commit: c75bbe6a375dd0ef32125ed3ae1010f6a961bfdc Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Mar 3 17:56:44 2024 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Mar 3 18:09:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75bbe6a
profiles/arch: Unmask wlroots[drm,liftoff] on ~arm64 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 2 +- profiles/arch/arm64/package.use.mask | 5 +++++ profiles/arch/arm64/package.use.stable.mask | 7 ++++++- profiles/arch/base/package.use.mask | 2 +- profiles/arch/riscv/package.use.mask | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 8de47171521e..20d998103599 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -60,7 +60,7 @@ 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 +# are only available for amd64, arm64 and riscv >=gui-libs/wlroots-0.17.0 -drm -liftoff # Jimi Huotari <[email protected]> (2023-11-22) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 0940ab8031e2..dc93722c79cf 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mart Raudsepp <[email protected]> (2024-03-03) +# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff) +# are only available for amd64, arm64 and riscv +>=gui-libs/wlroots-0.17.0 -drm -liftoff + # Joonas Niilola <[email protected]> (2024-02-16) # Test dependencies not keyworded on this arch. www-servers/nginx test diff --git a/profiles/arch/arm64/package.use.stable.mask b/profiles/arch/arm64/package.use.stable.mask index 65ce835fb0fd..b93a9cc15a57 100644 --- a/profiles/arch/arm64/package.use.stable.mask +++ b/profiles/arch/arm64/package.use.stable.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Mart Raudsepp <[email protected]> (2024-03-03) +# media-libs/libdisplay-info (drm) and dev-libs/libliftoff (liftoff) +# are not stable yet on arm64 +>=gui-libs/wlroots-0.17.0 drm liftoff + # Ionen Wolkens <[email protected]> (2024-01-27) # dev-python/PyQt6 and dev-python/pyside6 are not stable here yet dev-python/QtPy pyqt6 pyside6 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 6336dd0d9794..b9be05bd3379 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -36,7 +36,7 @@ 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 +# are only available for amd64, arm64 and riscv >=gui-libs/wlroots-0.17.0 drm liftoff # Jimi Huotari <[email protected]> (2023-11-22) diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index b2de7b1bc855..5f0957463d47 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -15,7 +15,7 @@ sys-kernel/installkernel -grub # 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 +# are only available for amd64, arm64 and riscv >=gui-libs/wlroots-0.17.0 -drm -liftoff # Ionen Wolkens <[email protected]> (2023-10-09)
