commit: 893a4ace02a2f7fec16e8c58ab85d170b875f4bf Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Sat Sep 20 05:13:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Sep 20 09:15:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893a4ace
profiles: add masks fbcon useflag for media-gfx/fbida Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43858 Closes: https://github.com/gentoo/gentoo/pull/43858 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ profiles/base/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index d50487ba2c27..1cfea98e2a5e 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Nicolas PARLANT <[email protected]> (2025-09-20) +# Require dev-libs/libtsm, keyworded here +>=media-gfx/fbida-2.14_p20241216 -fbcon + # Michał Górny <[email protected]> (2025-09-12) # These BLAS/LAPACK providers are keyworded here. sci-libs/flexiblas -blis -mkl -openblas diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 9fc342be03df..8c1e0b73bf81 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Nicolas PARLANT <[email protected]> (2025-09-20) +# Require dev-libs/libtsm, keyworded here +>=media-gfx/fbida-2.14_p20241216 -fbcon + # Michał Górny <[email protected]> (2025-09-12) # These BLAS/LAPACK providers are keyworded here. sci-libs/flexiblas -blis -openblas diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 17bcb36b37e1..b481ed9f3d5c 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # New entries go on top. +# Nicolas PARLANT <[email protected]> (2025-09-20) +# Require dev-libs/libtsm, only keyworded on amd64 and x86 +>=media-gfx/fbida-2.14_p20241216 fbcon + # Alfred Wingate <[email protected]> (2025-08-12) # Marked Beta tier upstream. Tests don't work with it. dev-games/ogre vulkan
