From 17888ed38c5465964d97339eb4cae593bf4b2cb5 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 7 Aug 2018 21:02:07 +0200 Subject: [PATCH] media-libs/mlt: Properly disable USE=-sdl Closes: https://bugs.gentoo.org/662008 Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- media-libs/mlt/mlt-6.6.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-libs/mlt/mlt-6.6.0-r1.ebuild b/media-libs/mlt/mlt-6.6.0-r1.ebuild index 075ddb77dc01..ba5ab74a1c2e 100644 --- a/media-libs/mlt/mlt-6.6.0-r1.ebuild +++ b/media-libs/mlt/mlt-6.6.0-r1.ebuild @@ -173,6 +173,8 @@ src_configure() { else myconf+=( --enable-sdl --disable-sdl2 ) fi + else + myconf+=( --disable-sdl --disable-sdl2 ) fi if use x86 || use amd64 ; then -- 2.26.2