games-util/oversteer: Skip appstream file test

One test requires network access as it tries to download an image from
github. This change just skips the test in meson.build.

Closes: https://bugs.gentoo.org/975151
Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
This commit is contained in:
Erica Nebula
2026-05-17 15:14:38 -05:00
parent ff8ca4e2bf
commit e297fa727d
2 changed files with 12 additions and 0 deletions

View File

@@ -35,6 +35,12 @@ src_configure() {
meson_src_configure
}
src_test() {
# Skip the appstream file test as it requires network access.
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build"
meson_src_test
}
pkg_postinst() {
udev_reload
}

View File

@@ -35,6 +35,12 @@ src_configure() {
meson_src_configure
}
src_test() {
# Skip the appstream file test as it requires network access.
sed -i 's~appstream_util.found()~false~' "${S}/data/meson.build"
meson_src_test
}
pkg_postinst() {
udev_reload
}