commit: 17888ed38c5465964d97339eb4cae593bf4b2cb5 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Aug 7 19:02:07 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 7 19:02:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17888ed3
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 075ddb77dc0..ba5ab74a1c2 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
