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 28084138350 for ; Tue, 28 Jan 2020 07:15:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8154E0872; Tue, 28 Jan 2020 07:15:51 +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 87A5CE0872 for ; Tue, 28 Jan 2020 07:15:51 +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 F247934E4AF for ; Tue, 28 Jan 2020 07:15:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6518A91 for ; Tue, 28 Jan 2020 07:15:47 +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: <1580195739.e99dddad14e8020602c0ef72a22b7bd9e1c28dd8.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.32.0.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: e99dddad14e8020602c0ef72a22b7bd9e1c28dd8 X-VCS-Branch: master Date: Tue, 28 Jan 2020 07:15:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c8b3c96a-afd4-413d-a5b7-c20ee7d50927 X-Archives-Hash: 2f51be1c9c62f69890cc532e4a1fb705 commit: e99dddad14e8020602c0ef72a22b7bd9e1c28dd8 Author: Mikle Kolyada gentoo org> AuthorDate: Tue Jan 28 07:14:45 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Jan 28 07:15:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e99dddad media-video/mpv: block external bash-completions Closes: https://bugs.gentoo.org/706784 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> media-video/mpv/mpv-0.32.0.ebuild | 1 + media-video/mpv/mpv-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-video/mpv/mpv-0.32.0.ebuild b/media-video/mpv/mpv-0.32.0.ebuild index 97c259c1525..0b5fa6961e1 100644 --- a/media-video/mpv/mpv-0.32.0.ebuild +++ b/media-video/mpv/mpv-0.32.0.ebuild @@ -59,6 +59,7 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" COMMON_DEPEND=" + !!app-shells/mpv-bash-completion >=media-video/ffmpeg-4.0:0=[encode,threads,vaapi?,vdpau?] alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.4.0:= ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 97c259c1525..0b5fa6961e1 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -59,6 +59,7 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" COMMON_DEPEND=" + !!app-shells/mpv-bash-completion >=media-video/ffmpeg-4.0:0=[encode,threads,vaapi?,vdpau?] alsa? ( >=media-libs/alsa-lib-1.0.18 ) archive? ( >=app-arch/libarchive-3.4.0:= )