Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/
Date: Sun, 27 May 2018 08:51:18
Message-Id: 1527411057.ea7ba7c42a3f1564e612298e781e6fe8963b1e81.zlogene@gentoo
1 commit: ea7ba7c42a3f1564e612298e781e6fe8963b1e81
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Sun May 20 14:56:42 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 08:50:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7ba7c4
7
8 media-video/mpv: addpredict /dev/dri with USE=zsh-completion
9
10 Closes: https://bugs.gentoo.org/656086
11 Package-Manager: Portage-2.3.38, Repoman-2.3.9
12
13 media-video/mpv/mpv-0.27.2.ebuild | 4 ++++
14 media-video/mpv/mpv-0.28.2.ebuild | 4 ++++
15 media-video/mpv/mpv-9999.ebuild | 4 ++++
16 3 files changed, 12 insertions(+)
17
18 diff --git a/media-video/mpv/mpv-0.27.2.ebuild b/media-video/mpv/mpv-0.27.2.ebuild
19 index 1e790a980c0..6f691123521 100644
20 --- a/media-video/mpv/mpv-0.27.2.ebuild
21 +++ b/media-video/mpv/mpv-0.27.2.ebuild
22 @@ -165,6 +165,10 @@ src_configure() {
23 append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib"
24 fi
25
26 + # Prevent access violations from zsh completion generation.
27 + # See Gentoo bug 656086.
28 + use zsh-completion && addpredict /dev/dri
29 +
30 local mywafargs=(
31 --confdir="${EPREFIX}/etc/${PN}"
32 --docdir="${EPREFIX}/usr/share/doc/${PF}"
33
34 diff --git a/media-video/mpv/mpv-0.28.2.ebuild b/media-video/mpv/mpv-0.28.2.ebuild
35 index b88afffbfb6..32fac3efe42 100644
36 --- a/media-video/mpv/mpv-0.28.2.ebuild
37 +++ b/media-video/mpv/mpv-0.28.2.ebuild
38 @@ -152,6 +152,10 @@ src_configure() {
39 append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib"
40 fi
41
42 + # Prevent access violations from zsh completion generation.
43 + # See Gentoo bug 656086.
44 + use zsh-completion && addpredict /dev/dri
45 +
46 local mywafargs=(
47 --confdir="${EPREFIX}/etc/${PN}"
48 --docdir="${EPREFIX}/usr/share/doc/${PF}"
49
50 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
51 index 30deaf8e1fa..8601e37b4bd 100644
52 --- a/media-video/mpv/mpv-9999.ebuild
53 +++ b/media-video/mpv/mpv-9999.ebuild
54 @@ -151,6 +151,10 @@ src_configure() {
55 append-ldflags -L"${SYSROOT%/}${EPREFIX}/opt/vc/lib"
56 fi
57
58 + # Prevent access violations from zsh completion generation.
59 + # See Gentoo bug 656086.
60 + use zsh-completion && addpredict /dev/dri
61 +
62 local mywafargs=(
63 --confdir="${EPREFIX}/etc/${PN}"
64 --docdir="${EPREFIX}/usr/share/doc/${PF}"