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 EC7C21396D9 for ; Thu, 2 Nov 2017 05:14:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 036A3E0C44; Thu, 2 Nov 2017 05:14:04 +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 D6F2EE0C44 for ; Thu, 2 Nov 2017 05:14:03 +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 88B52341770 for ; Thu, 2 Nov 2017 05:14:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFCED91F7 for ; Thu, 2 Nov 2017 05:14:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1509599626.b25a93431297ebb15fa378e6efd89b4672a641cc.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mesa/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/mesa/mesa-17.3.0_rc2.ebuild media-libs/mesa/mesa-9999.ebuild X-VCS-Directories: media-libs/mesa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b25a93431297ebb15fa378e6efd89b4672a641cc X-VCS-Branch: master Date: Thu, 2 Nov 2017 05: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: efff6d1b-9261-448a-aa16-53e3e4493bc4 X-Archives-Hash: a2206c5ae29d082708cb4666bb04a0f2 commit: b25a93431297ebb15fa378e6efd89b4672a641cc Author: Matt Turner gentoo org> AuthorDate: Thu Nov 2 05:13:28 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Nov 2 05:13:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25a9343 media-libs/mesa: Require dev-python/mako for USE=vulkan The Intel Vulkan driver generates its icd files using Python/mako. Closes: https://bugs.gentoo.org/635936 media-libs/mesa/mesa-17.3.0_rc2.ebuild | 3 +++ media-libs/mesa/mesa-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/media-libs/mesa/mesa-17.3.0_rc2.ebuild b/media-libs/mesa/mesa-17.3.0_rc2.ebuild index b108f76ef3e..03a35c8a2c1 100644 --- a/media-libs/mesa/mesa-17.3.0_rc2.ebuild +++ b/media-libs/mesa/mesa-17.3.0_rc2.ebuild @@ -229,6 +229,9 @@ DEPEND="${RDEPEND} >=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}] >=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}] >=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}] + vulkan? ( + $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") + ) " [[ ${PV} == 9999 ]] && DEPEND+=" sys-devel/bison diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 6c8389a79ba..c9b1582bd3d 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -229,6 +229,9 @@ DEPEND="${RDEPEND} >=x11-proto/xextproto-7.2.1-r1:=[${MULTILIB_USEDEP}] >=x11-proto/xf86driproto-2.1.1-r1:=[${MULTILIB_USEDEP}] >=x11-proto/xf86vidmodeproto-2.3.1-r1:=[${MULTILIB_USEDEP}] + vulkan? ( + $(python_gen_any_dep ">=dev-python/mako-0.7.3[\${PYTHON_USEDEP}]") + ) " [[ ${PV} == 9999 ]] && DEPEND+=" sys-devel/bison