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 96562139694 for ; Tue, 21 Feb 2017 08:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7469D21C06D; Tue, 21 Feb 2017 08:14:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E4F321C039 for ; Tue, 21 Feb 2017 08:14:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07B7A34108B for ; Tue, 21 Feb 2017 08:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38DED4F52 for ; Tue, 21 Feb 2017 08:14:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1487664782.916734e0749fc1dee1e443dec2f988d3aba7256b.soap@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.22.0-r2.ebuild media-video/mpv/mpv-0.24.0.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 916734e0749fc1dee1e443dec2f988d3aba7256b X-VCS-Branch: master Date: Tue, 21 Feb 2017 08:14:00 +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: 0cdd31dd-9478-416a-aa76-e95df405ffa4 X-Archives-Hash: f47ccf81e007c0cde3c8acde0a728c2f commit: 916734e0749fc1dee1e443dec2f988d3aba7256b Author: Ilya Tumaykin gmail com> AuthorDate: Sun Feb 19 19:34:56 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Feb 21 08:13:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=916734e0 media-video/mpv: add missing PYTHON_REQUIRED_USE Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4036 media-video/mpv/mpv-0.22.0-r2.ebuild | 1 + media-video/mpv/mpv-0.24.0.ebuild | 1 + media-video/mpv/mpv-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/media-video/mpv/mpv-0.22.0-r2.ebuild b/media-video/mpv/mpv-0.22.0-r2.ebuild index 1ef4e46553..862bf3d844 100644 --- a/media-video/mpv/mpv-0.22.0-r2.ebuild +++ b/media-video/mpv/mpv-0.22.0-r2.ebuild @@ -56,6 +56,7 @@ REQUIRED_USE=" xscreensaver? ( X ) xv? ( X ) zsh-completion? ( cli ) + ${PYTHON_REQUIRED_USE} " COMMON_DEPEND=" diff --git a/media-video/mpv/mpv-0.24.0.ebuild b/media-video/mpv/mpv-0.24.0.ebuild index d75ddaa1b5..9ba704505e 100644 --- a/media-video/mpv/mpv-0.24.0.ebuild +++ b/media-video/mpv/mpv-0.24.0.ebuild @@ -55,6 +55,7 @@ REQUIRED_USE=" xscreensaver? ( X ) xv? ( X ) zsh-completion? ( cli ) + ${PYTHON_REQUIRED_USE} " COMMON_DEPEND=" diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index c288ba4148..f9bea6e5ac 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -55,6 +55,7 @@ REQUIRED_USE=" xscreensaver? ( X ) xv? ( X ) zsh-completion? ( cli ) + ${PYTHON_REQUIRED_USE} " COMMON_DEPEND="