diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-15 13:40:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-15 18:40:36 +0200 |
commit | 005d681054ec4daba2a90b7ba08d861066b2546a (patch) | |
tree | 9d7f6b947410c9d0f972da40bb2205ed60e9755a | |
parent | x11-misc/virtualgl: Drop CMAKE_ECLASS meta var superfluous in EAPI-8 (diff) | |
download | gentoo-005d681054ec4daba2a90b7ba08d861066b2546a.tar.gz gentoo-005d681054ec4daba2a90b7ba08d861066b2546a.tar.bz2 gentoo-005d681054ec4daba2a90b7ba08d861066b2546a.zip |
media-libs/shaderc: update EAPI 7 -> 8, fix BDEPEND, indentation
Bug: https://bugs.gentoo.org/865241
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | media-libs/shaderc/shaderc-2022.1-r2.ebuild | 9 |
1 files 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 |