From 005d681054ec4daba2a90b7ba08d861066b2546a Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 15 Aug 2022 13:40:38 +0200 Subject: media-libs/shaderc: update EAPI 7 -> 8, fix BDEPEND, indentation Bug: https://bugs.gentoo.org/865241 Signed-off-by: Andreas Sturmlechner --- media-libs/shaderc/shaderc-2022.1-r2.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/media-libs/shaderc/shaderc-2022.1-r2.ebuild b/media-libs/shaderc/shaderc-2022.1-r2.ebuild index 510a9ffae13b..8df706eda6fc 100644 --- a/media-libs/shaderc/shaderc-2022.1-r2.ebuild +++ b/media-libs/shaderc/shaderc-2022.1-r2.ebuild @@ -1,12 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) - -CMAKE_ECLASS=cmake - inherit cmake-multilib python-any-r1 DESCRIPTION="Collection of tools, libraries and tests for shader compilation" @@ -27,15 +24,15 @@ RDEPEND=" DEPEND="${RDEPEND} ${PYTHON_DEPS} >=dev-util/spirv-headers-1.3.216 - doc? ( dev-ruby/asciidoctor ) test? ( dev-cpp/gtest $(python_gen_any_dep 'dev-python/nose[${PYTHON_USEDEP}]') ) " +BDEPEND="doc? ( dev-ruby/asciidoctor )" PATCHES=( - "${FILESDIR}"/${PN}-2020.4-fix-build.patch + "${FILESDIR}"/${PN}-2020.4-fix-build.patch ) # https://github.com/google/shaderc/issues/470 -- cgit v1.2.3-65-gdbad