mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user