From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC78A59CA3 for ; Tue, 1 Mar 2016 06:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5944F21C033; Tue, 1 Mar 2016 06:22:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABFF821C01C for ; Tue, 1 Mar 2016 06:22:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91BED340931 for ; Tue, 1 Mar 2016 06:22:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 408F418A5 for ; Tue, 1 Mar 2016 06:22:26 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1456774112.e8a2176f504e69055f69c2505daa645f0e15fe52.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: e8a2176f504e69055f69c2505daa645f0e15fe52 X-VCS-Branch: master Date: Tue, 1 Mar 2016 06:22:26 +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: 88fb84cd-0db3-4bf3-a9c9-1ca53e3688da X-Archives-Hash: e64f8012f9d812fa48ef913466cd7ee5 commit: e8a2176f504e69055f69c2505daa645f0e15fe52 Author: Ilya Tumaykin gmail com> AuthorDate: Mon Feb 29 14:20:32 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Mon Feb 29 19:28:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a2176f media-video/mpv: explicitly disable opensles in 9999 Package-Manager: portage-2.2.27 media-video/mpv/mpv-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index f100dc6..6d6d6d8 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -212,6 +212,7 @@ src_configure() { $(use_enable pulseaudio pulse) $(use_enable jack) $(use_enable openal) + --disable-opensles $(use_enable alsa) --disable-coreaudio