diff options
author | 2024-12-12 23:18:04 +0100 | |
---|---|---|
committer | 2024-12-12 23:18:29 +0100 | |
commit | 1d2efa9a697b559e827e06b4d06ffde839a89bd4 (patch) | |
tree | 1058a90934da73a6f8413371e31727e2e3e9f7d9 /media-libs/mlt | |
parent | app-xemacs/xemacs-packages-all: mark ALLARCHES (diff) | |
download | gentoo-1d2efa9a697b559e827e06b4d06ffde839a89bd4.tar.gz gentoo-1d2efa9a697b559e827e06b4d06ffde839a89bd4.tar.bz2 gentoo-1d2efa9a697b559e827e06b4d06ffde839a89bd4.zip |
media-libs/mlt: Hard-disable BUILD_TESTING
Closes: https://bugs.gentoo.org/946325
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/mlt')
-rw-r--r-- | media-libs/mlt/mlt-7.28.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/mlt/mlt-7.28.0-r1.ebuild b/media-libs/mlt/mlt-7.28.0-r1.ebuild index 1cc92f952ab0..ab6a9276f421 100644 --- a/media-libs/mlt/mlt-7.28.0-r1.ebuild +++ b/media-libs/mlt/mlt-7.28.0-r1.ebuild @@ -137,7 +137,7 @@ src_configure() { -DMOD_RTAUDIO=$(usex rtaudio) -DMOD_RUBBERBAND=$(usex rubberband) -DMOD_SDL2=$(usex sdl) - -DBUILD_TESTING=$(usex test) + -DBUILD_TESTING=OFF # Needs unpackaged 'kwalify'; restricted anyway. -DMOD_VIDSTAB=$(usex vidstab) -DMOD_XINE=$(usex xine) -DMOD_XML=$(usex xml) |