commit: 96fa26b7a9c228749bba627614e2d762eaee34fc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 5 07:48:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 5 07:48:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96fa26b7
games-misc/opengfx: restrict tests Test failures seem somewhat expected here w/ changing versions of deps and these don't seem to be run in upstream CI either. It's a shame, though, as they found a real issue in the past (bug #320797). Bug: https://bugs.gentoo.org/320797 Closes: https://bugs.gentoo.org/928269 Signed-off-by: Sam James <sam <AT> gentoo.org> games-misc/opengfx/opengfx-7.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-misc/opengfx/opengfx-7.1.ebuild b/games-misc/opengfx/opengfx-7.1.ebuild index 4302b32d54a5..d5b5181319b9 100644 --- a/games-misc/opengfx/opengfx-7.1.ebuild +++ b/games-misc/opengfx/opengfx-7.1.ebuild @@ -15,6 +15,8 @@ S="${WORKDIR}/${P}-source" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" +# Mismatch appears somewhat intentional w/ changing versions of deps (bug #928269) +RESTRICT="test" BDEPEND=" games-util/grfcodec
