diff options
author | 2023-02-19 11:17:49 +0100 | |
---|---|---|
committer | 2023-02-22 19:19:57 +0100 | |
commit | 2358d5a744ce5d643d10be4c35a934ad4b9e0415 (patch) | |
tree | ddd85ff19bdf7f95ed41c269b6d1e709753f0103 /dev-util | |
parent | dev-util/glslang: update EAPI 7 -> 8, more skel.ebuild style (diff) | |
download | gentoo-2358d5a744ce5d643d10be4c35a934ad4b9e0415.tar.gz gentoo-2358d5a744ce5d643d10be4c35a934ad4b9e0415.tar.bz2 gentoo-2358d5a744ce5d643d10be4c35a934ad4b9e0415.zip |
dev-util/vulkan-tools: update EAPI 7 -> 8, drop obsolete BDEPEND
Drop superfluous multilib_src_install override.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/vulkan-tools/vulkan-tools-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild index 59d64d894e7a..09c761380429 100644 --- a/dev-util/vulkan-tools/vulkan-tools-9999.ebuild +++ b/dev-util/vulkan-tools/vulkan-tools-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_PN=Vulkan-Tools PYTHON_COMPAT=( python3_{9..11} ) @@ -28,7 +28,6 @@ IUSE="cube wayland +X" REQUIRED_USE="cube? ( ^^ ( X wayland ) )" BDEPEND="${PYTHON_DEPS} - >=dev-util/cmake-3.10.2 cube? ( ~dev-util/glslang-${PV}:=[${MULTILIB_USEDEP}] ) " RDEPEND=" @@ -76,7 +75,3 @@ multilib_src_configure() { cmake_src_configure } - -multilib_src_install() { - cmake_src_install -} |