x11-libs/pango: forward-port test fix

The fix from 5f51823b71 was lost in
787e1bbf8f.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-05 05:57:08 +01:00
parent 2f2d075525
commit 651e67adb0

View File

@@ -50,6 +50,10 @@ src_prepare() {
# get rid of a win32 example
rm examples/pangowin32tobmp.c || die
# Skip broken test:
# https://gitlab.gnome.org/GNOME/pango/-/issues/677
rm tests/layouts/valid-20.layout || die
}
multilib_src_configure() {