From ddb267174df20458a6a8e5935f3e0f05168f3fee Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Sun, 26 Jul 2020 19:06:07 -0400 Subject: media-libs/shaderc: Fix inherit Bug: https://bugs.gentoo.org/734012 Package-Manager: Portage-3.0.0, Repoman-2.3.23 Signed-off-by: Nick Sarnie --- media-libs/shaderc/shaderc-2020.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs/shaderc') diff --git a/media-libs/shaderc/shaderc-2020.2.ebuild b/media-libs/shaderc/shaderc-2020.2.ebuild index 05084b7f4f40..c58c861b64fd 100644 --- a/media-libs/shaderc/shaderc-2020.2.ebuild +++ b/media-libs/shaderc/shaderc-2020.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{3_6,3_7,3_8} ) CMAKE_ECLASS=cmake -inherit cmake cmake-multilib python-any-r1 +inherit cmake-multilib python-any-r1 DESCRIPTION="Collection of tools, libraries and tests for shader compilation" HOMEPAGE="https://github.com/google/shaderc" -- cgit v1.2.3-65-gdbad