From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 86536138334 for ; Tue, 7 Aug 2018 19:02:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58379E07D8; Tue, 7 Aug 2018 19:02:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29297E07D8 for ; Tue, 7 Aug 2018 19:02:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84ED4335C9F for ; Tue, 7 Aug 2018 19:02:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4451038A for ; Tue, 7 Aug 2018 19:02:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1533668527.17888ed38c5465964d97339eb4cae593bf4b2cb5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mlt/mlt-6.6.0-r1.ebuild X-VCS-Directories: media-libs/mlt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 17888ed38c5465964d97339eb4cae593bf4b2cb5 X-VCS-Branch: master Date: Tue, 7 Aug 2018 19:02:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 80675338-4727-4a3e-812b-aaeaaefe0471 X-Archives-Hash: de40e00826549fbc396814a202b3bbbc commit: 17888ed38c5465964d97339eb4cae593bf4b2cb5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 7 19:02:07 2018 +0000 Commit: Andreas Sturmlechner gentoo 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