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