From 7604d998b5b28c225fcb5d9a57e3a0b4803fe0ce Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Wed, 17 Jun 2026 19:38:52 +0200 Subject: [PATCH] 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 --- dev-libs/libx86emu/libx86emu-3.7.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/libx86emu/libx86emu-3.7.ebuild b/dev-libs/libx86emu/libx86emu-3.7.ebuild index d0fe4331d6f69..3236d7c53926a 100644 --- a/dev-libs/libx86emu/libx86emu-3.7.ebuild +++ b/dev-libs/libx86emu/libx86emu-3.7.ebuild @@ -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