commit: 01b61388476602d7832f6a63b3d5d18697dab406 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Mon Nov 18 00:11:32 2024 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Mon Nov 18 00:12:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b61388
profiles: mask g15 use flags as well Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> profiles/base/use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 96c627eb030e..8a628cb5abaa 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Robin H. Johnson <[email protected]> (2024-11-17) +# bug 943698 +# Poor upstream code quality, unmaintained upstream; +# no hardware for testing # anymore. +# https://public-inbox.gentoo.org/gentoo-dev/[email protected]/ +lcd_devices_g15 +g15 + # Michael Orlitzky <[email protected]> (2024-11-13) # The 8.1 slot is masked, so the USE flag that pulls it in has to be # masked too. The bare "php8-1" is for www-servers/nginx-unit which
