commit: 777b2bcd8078cef182b4bf70181785adeed4e7b0 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Jul 7 18:44:33 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Sun Jul 7 20:36:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777b2bcd
media-video/imagination: restrict test Restricting tests as they're no practical tests to run anyway. Closes: https://bugs.gentoo.org/935691 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/37477 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> media-video/imagination/imagination-3.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-video/imagination/imagination-3.6.ebuild b/media-video/imagination/imagination-3.6.ebuild index cdaa8278caa5..c09c160a3638 100644 --- a/media-video/imagination/imagination-3.6.ebuild +++ b/media-video/imagination/imagination-3.6.ebuild @@ -24,6 +24,10 @@ RDEPEND="${DEPEND} media-video/ffmpeg" BDEPEND="dev-util/intltool" +# restricting tests as they're no practical tests +# to run ayway, see bug #935691 +RESTRICT="test" + PATCHES=( "${FILESDIR}"/${P}-cflags.patch "${FILESDIR}"/${PN}-3.0-fix-htmldir.patch
