From e581b08407419c9622ca278213227fea9a42fa2e Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 7 Apr 2026 21:03:20 -0400 Subject: [PATCH] x11-terms/kitty: re-add font search skip after all Right after pushing, this made me think about how fontconfig is used at *build time* and both the font and fontconfig are needed in BDEPEND to be correct if used this way (runs fc-list). Rather than pull the font on CBUILD as well and possibly have other problems, may as well keep this permanently. Bug: https://bugs.gentoo.org/971276 Signed-off-by: Ionen Wolkens --- x11-terms/kitty/kitty-9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/x11-terms/kitty/kitty-9999.ebuild b/x11-terms/kitty/kitty-9999.ebuild index 6b9b2bd6707bf..1a2612a2c843c 100644 --- a/x11-terms/kitty/kitty-9999.ebuild +++ b/x11-terms/kitty/kitty-9999.ebuild @@ -119,6 +119,11 @@ src_prepare() { sed -i setup.py "${sedargs[@]}" || die + # skip flaky font search, file is replaced in src_install (bug #971276), + # without this the font + fontconfig would also be needed in BDEPEND + mkdir fonts || die + :> fonts/SymbolsNerdFontMono-Regular.ttf || die + local skiptests=( # broken with nspawn defaults, skip for convenience (bug #954176) kitty_tests/crypto.py