From: Nick Sarnie Date: Sun, 16 Jun 2019 00:14:02 +0000 (-0400) Subject: dev-util/spirv-tools: Need to inherit python-any-r1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9fb91739cd4311a7b04efc2e4bdaef987ccffd47;p=gentoo.git dev-util/spirv-tools: Need to inherit python-any-r1 Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Nick Sarnie --- diff --git a/dev-util/spirv-tools/spirv-tools-9999.ebuild b/dev-util/spirv-tools/spirv-tools-9999.ebuild index 416dca93c58c..a30f91104a17 100644 --- a/dev-util/spirv-tools/spirv-tools-9999.ebuild +++ b/dev-util/spirv-tools/spirv-tools-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{5,6,7} ) -inherit cmake-multilib cmake-utils git-r3 +inherit cmake-multilib cmake-utils git-r3 python-any-r1 DESCRIPTION="Provides an API and commands for processing SPIR-V modules" HOMEPAGE="https://github.com/KhronosGroup/SPIRV-Tools"