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 657D8138331 for ; Fri, 23 Feb 2018 20:39:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19745E085D; Fri, 23 Feb 2018 20:39:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E510DE085D for ; Fri, 23 Feb 2018 20:39:16 +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 F33D5335C4B for ; Fri, 23 Feb 2018 20:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C7B823F for ; Fri, 23 Feb 2018 20:39:13 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519418339.d58abbd7c4055e503abbadc09bedbd6f7815d746.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d58abbd7c4055e503abbadc09bedbd6f7815d746 X-VCS-Branch: master Date: Fri, 23 Feb 2018 20:39:13 +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: e2c493c8-43df-4a1c-a640-5fd6793b21b9 X-Archives-Hash: ae7d7562e4d0ad33634dc75ae4c6c471 commit: d58abbd7c4055e503abbadc09bedbd6f7815d746 Author: Ilya Tumaykin gmail com> AuthorDate: Thu Feb 22 23:29:55 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 23 20:38:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58abbd7 media-video/mpv: drop obsolete sdl1 configure option in 9999 Upstream-commit: https://github.com/mpv-player/mpv/commit/1dcf511376545de7624863b76d7f30dc3bb44ac9 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7263 media-video/mpv/mpv-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 4090c392423..e273db3d080 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -195,7 +195,6 @@ src_configure() { # Audio outputs: $(use_enable sdl sdl2) # Listed under audio, but also includes video. - --disable-sdl1 $(use_enable oss oss-audio) --disable-rsound # Only available in overlays. --disable-sndio # Only available in overlays.