commit:     005d681054ec4daba2a90b7ba08d861066b2546a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 11:40:38 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 16:40:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=005d6810

media-libs/shaderc: update EAPI 7 -> 8, fix BDEPEND, indentation

Bug: https://bugs.gentoo.org/865241
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 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

Reply via email to