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 8CFFE138330 for ; Sun, 27 May 2018 08:51:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96567E0948; Sun, 27 May 2018 08:51:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 6ED02E0948 for ; Sun, 27 May 2018 08:51:17 +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 649A6335CB7 for ; Sun, 27 May 2018 08:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9075E2A0 for ; Sun, 27 May 2018 08:51:14 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1527411057.ea7ba7c42a3f1564e612298e781e6fe8963b1e81.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.27.2.ebuild media-video/mpv/mpv-0.28.2.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ea7ba7c42a3f1564e612298e781e6fe8963b1e81 X-VCS-Branch: master Date: Sun, 27 May 2018 08:51:14 +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: 1f61d8c6-801c-4483-8442-bd122c072fa0 X-Archives-Hash: 1830555c14796b76d5635735241b46b2 commit: ea7ba7c42a3f1564e612298e781e6fe8963b1e81 Author: Ilya Tumaykin gmail com> AuthorDate: Sun May 20 14:56:42 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 27 08:50:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7ba7c4 media-video/mpv: addpredict /dev/dri with USE=zsh-completion Closes: https://bugs.gentoo.org/656086 Package-Manager: Portage-2.3.38, Repoman-2.3.9 media-video/mpv/mpv-0.27.2.ebuild | 4 ++++ media-video/mpv/mpv-0.28.2.ebuild | 4 ++++ media-video/mpv/mpv-9999.ebuild | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/media-video/mpv/mpv-0.27.2.ebuild b/media-video/mpv/mpv-0.27.2.ebuild index 1e790a980c0..6f691123521 100644 --- a/media-video/mpv/mpv-0.27.2.ebuild +++ b/media-video/mpv/mpv-0.27.2.ebuild @@ -165,6 +165,10 @@ src_configure() { append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib" fi + # Prevent access violations from zsh completion generation. + # See Gentoo bug 656086. + use zsh-completion && addpredict /dev/dri + local mywafargs=( --confdir="${EPREFIX}/etc/${PN}" --docdir="${EPREFIX}/usr/share/doc/${PF}" diff --git a/media-video/mpv/mpv-0.28.2.ebuild b/media-video/mpv/mpv-0.28.2.ebuild index b88afffbfb6..32fac3efe42 100644 --- a/media-video/mpv/mpv-0.28.2.ebuild +++ b/media-video/mpv/mpv-0.28.2.ebuild @@ -152,6 +152,10 @@ src_configure() { append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib" fi + # Prevent access violations from zsh completion generation. + # See Gentoo bug 656086. + use zsh-completion && addpredict /dev/dri + local mywafargs=( --confdir="${EPREFIX}/etc/${PN}" --docdir="${EPREFIX}/usr/share/doc/${PF}" diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 30deaf8e1fa..8601e37b4bd 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -151,6 +151,10 @@ src_configure() { append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib" fi + # Prevent access violations from zsh completion generation. + # See Gentoo bug 656086. + use zsh-completion && addpredict /dev/dri + local mywafargs=( --confdir="${EPREFIX}/etc/${PN}" --docdir="${EPREFIX}/usr/share/doc/${PF}"