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 <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-04-07 21:03:20 -04:00
parent 2e6dbac966
commit e581b08407

View File

@@ -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