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 E9DF4138334 for ; Thu, 9 May 2019 19:22:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C66DDE0845; Thu, 9 May 2019 19:22:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AA5EEE0845 for ; Thu, 9 May 2019 19:22:22 +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 19F41343EB4 for ; Thu, 9 May 2019 19:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A59C1BA for ; Thu, 9 May 2019 19:22:18 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1557429574.347fda76af2ebd2dde93e0b87690240ada05e8f1.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 347fda76af2ebd2dde93e0b87690240ada05e8f1 X-VCS-Branch: master Date: Thu, 9 May 2019 19:22:18 +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: f7f017d8-d712-43a1-91f1-b54a08b11280 X-Archives-Hash: 048a3601eb7417153a4cf16e1159a592 commit: 347fda76af2ebd2dde93e0b87690240ada05e8f1 Author: Mihai Moldovan ionic de> AuthorDate: Wed May 8 12:28:41 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu May 9 19:19:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347fda76 media-video/mpv: fix vulkan USE flag in version 9999. Now requires a (newer) version of media-libs/libplacebo as well. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Mihai Moldovan ionic.de> Closes: https://github.com/gentoo/gentoo/pull/11939 Signed-off-by: Georgy Yakovlev gentoo.org> media-video/mpv/mpv-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index e53775313a0..48ba9636d05 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -99,6 +99,7 @@ COMMON_DEPEND=" vulkan? ( media-libs/shaderc media-libs/vulkan-loader[X?,wayland?] + >=media-libs/libplacebo-1.18.0[vulkan] ) wayland? ( >=dev-libs/wayland-1.6.0