diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-07-07 20:44:33 +0200 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-07-07 16:36:30 -0400 |
commit | 777b2bcd8078cef182b4bf70181785adeed4e7b0 (patch) | |
tree | dcb3edf4685657b81ac65d99a002a637f214c139 | |
parent | net-libs/meanwhile: fix building with USE=debug (diff) | |
download | gentoo-777b2bcd8078cef182b4bf70181785adeed4e7b0.tar.gz gentoo-777b2bcd8078cef182b4bf70181785adeed4e7b0.tar.bz2 gentoo-777b2bcd8078cef182b4bf70181785adeed4e7b0.zip |
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@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/37477
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
-rw-r--r-- | media-video/imagination/imagination-3.6.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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 |