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: Tue, 28 Jan 2020 07:15:53
Message-Id: 1580195739.e99dddad14e8020602c0ef72a22b7bd9e1c28dd8.zlogene@gentoo
1 commit: e99dddad14e8020602c0ef72a22b7bd9e1c28dd8
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 07:14:45 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 07:15:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99dddad
7
8 media-video/mpv: block external bash-completions
9
10 Closes: https://bugs.gentoo.org/706784
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 media-video/mpv/mpv-0.32.0.ebuild | 1 +
15 media-video/mpv/mpv-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/media-video/mpv/mpv-0.32.0.ebuild b/media-video/mpv/mpv-0.32.0.ebuild
19 index 97c259c1525..0b5fa6961e1 100644
20 --- a/media-video/mpv/mpv-0.32.0.ebuild
21 +++ b/media-video/mpv/mpv-0.32.0.ebuild
22 @@ -59,6 +59,7 @@ REQUIRED_USE="
23 RESTRICT="!test? ( test )"
24
25 COMMON_DEPEND="
26 + !!app-shells/mpv-bash-completion
27 >=media-video/ffmpeg-4.0:0=[encode,threads,vaapi?,vdpau?]
28 alsa? ( >=media-libs/alsa-lib-1.0.18 )
29 archive? ( >=app-arch/libarchive-3.4.0:= )
30
31 diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
32 index 97c259c1525..0b5fa6961e1 100644
33 --- a/media-video/mpv/mpv-9999.ebuild
34 +++ b/media-video/mpv/mpv-9999.ebuild
35 @@ -59,6 +59,7 @@ REQUIRED_USE="
36 RESTRICT="!test? ( test )"
37
38 COMMON_DEPEND="
39 + !!app-shells/mpv-bash-completion
40 >=media-video/ffmpeg-4.0:0=[encode,threads,vaapi?,vdpau?]
41 alsa? ( >=media-libs/alsa-lib-1.0.18 )
42 archive? ( >=app-arch/libarchive-3.4.0:= )