From: Andreas Sturmlechner Date: Tue, 7 Aug 2018 19:02:07 +0000 (+0200) Subject: media-libs/mlt: Properly disable USE=-sdl X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=17888ed38c5465964d97339eb4cae593bf4b2cb5;p=gentoo.git media-libs/mlt: Properly disable USE=-sdl Closes: https://bugs.gentoo.org/662008 Package-Manager: Portage-2.3.44, Repoman-2.3.10 --- 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