dev-libs/libx86emu: Skip tests

Until upstream fixes them (also the other distributions are skipping them due
to the same issues).

Bug: https://bugs.gentoo.org/922764
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2026-06-17 19:38:52 +02:00
parent 8d0c5e0cc0
commit 7604d998b5

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,6 +13,9 @@ LICENSE="BSD"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64 ~x86"
# Tests broken: https://github.com/wfeldt/libx86emu/issues/50
RESTRICT="test"
src_prepare() {
default
echo "${PV}" > VERSION || die