commit: c4b65e61f9ff977676128a389f1b39de8c492e36 Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com> AuthorDate: Mon Sep 30 17:29:17 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Thu Oct 10 01:58:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4b65e61
profiles/arch: Mask media-libs/libsdl2[fcitx] on hppa and powerpc The app-i18n/fcitx:5 is not yet keyworded on these architectures. Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> profiles/arch/hppa/package.use.mask | 4 ++++ profiles/arch/powerpc/package.use.mask | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index f0a070bc7539..5e299da42f90 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Yongxiang Liang <[email protected]> (2024-10-10) +# app-i18n/fcitx:5 is not yet keyworded +media-libs/libsdl2 fcitx + # David Roman <[email protected]> (2024-10-04) # dev-libs/libunibreak is not keyworded media-libs/libass libunibreak diff --git a/profiles/arch/powerpc/package.use.mask b/profiles/arch/powerpc/package.use.mask index c2e463edbe03..37b9acc60123 100644 --- a/profiles/arch/powerpc/package.use.mask +++ b/profiles/arch/powerpc/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Yongxiang Liang <[email protected]> (2024-10-10) +# app-i18n/fcitx:5 is not yet keyworded +media-libs/libsdl2 fcitx + # Andreas Sturmlechner <[email protected]> (2024-08-19) # kde-apps/kdesdk-thumbnailers is not yet keyworded kde-apps/thumbnailers gettext
