media-libs/amdvlk: removed broken cmake/ninja source install, readded unstable keywords

Bug: https://bugs.gentoo.org/922335
Signed-off-by: Marc Wippermann <bratzmeister@proton.me>
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
Marc Wippermann
2024-01-18 01:26:34 +01:00
committed by David Roman
parent 1e947ba5de
commit a445605c6b

View File

@@ -12,7 +12,7 @@ DESCRIPTION="AMD Open Source Driver for Vulkan"
HOMEPAGE="https://github.com/GPUOpen-Drivers/AMDVLK"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
KEYWORDS="~amd64 ~x86"
IUSE="wayland +raytracing"
REQUIRED_USE="|| ( abi_x86_32 abi_x86_64 )"
@@ -121,10 +121,6 @@ multilib_src_configure() {
cmake_src_configure
}
multilib_src_install() {
cmake_src_install --component icd
}
multilib_check_headers() {
einfo "Checking headers skipped: there is no headers"
}