commit: 607239042b34d2abe02103ebeb8b504cb33eb982 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 5 07:47:20 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 5 07:48:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60723904
games-misc/opensfx: restrict tests Missing file. Closes: https://bugs.gentoo.org/948588 Signed-off-by: Sam James <sam <AT> gentoo.org> games-misc/opensfx/opensfx-1.0.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-misc/opensfx/opensfx-1.0.3.ebuild b/games-misc/opensfx/opensfx-1.0.3.ebuild index f8e89bd702e2..8e95535d7fa9 100644 --- a/games-misc/opensfx/opensfx-1.0.3.ebuild +++ b/games-misc/opensfx/opensfx-1.0.3.ebuild @@ -15,6 +15,8 @@ S="${WORKDIR}"/${P}-source LICENSE="CC-BY-SA-3.0 CDDL-1.1 GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +# Missing files (bug #948588) +RESTRICT="test" BDEPEND=" games-util/catcodec
