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 59E01138334 for ; Sun, 1 Dec 2019 09:03:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8655FE0837; Sun, 1 Dec 2019 09:02:59 +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 6E3BCE0837 for ; Sun, 1 Dec 2019 09:02:59 +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 990F734D60C for ; Sun, 1 Dec 2019 09:02:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7BCE8BC for ; Sun, 1 Dec 2019 09:02:54 +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: <1575190967.78d0b5187ce7ed3ee2986cba4e2b1596060012f6.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.29.1-r1.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 78d0b5187ce7ed3ee2986cba4e2b1596060012f6 X-VCS-Branch: master Date: Sun, 1 Dec 2019 09:02:54 +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: e547015b-c53f-4fe2-b236-4c5fbcc8a7d1 X-Archives-Hash: 7c6dee37ef4e39ecc4b94768baa44782 commit: 78d0b5187ce7ed3ee2986cba4e2b1596060012f6 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Dec 1 09:02:47 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Dec 1 09:02:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d0b518 media-video/mpv: force RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> media-video/mpv/mpv-0.29.1-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-video/mpv/mpv-0.29.1-r1.ebuild b/media-video/mpv/mpv-0.29.1-r1.ebuild index 0022e823df7..2df0619aa03 100644 --- a/media-video/mpv/mpv-0.29.1-r1.ebuild +++ b/media-video/mpv/mpv-0.29.1-r1.ebuild @@ -34,6 +34,8 @@ IUSE="+alsa aqua archive bluray cdda +cli coreaudio cplugins cuda doc drm dvb selinux test tools +uchardet v4l vaapi vdpau vulkan wayland +X +xv zlib zsh-completion" +RESTRICT="!test? ( test )" + REQUIRED_USE=" || ( cli libmpv ) aqua? ( opengl )