From 6f036bf614113cef53b0eef4a97a65258e4c6591 Mon Sep 17 00:00:00 2001 From: Samuel Bauer Date: Wed, 21 Dec 2022 10:59:59 +0100 Subject: [PATCH] games-emulation/yuzu-9999: system-vulkan: required vulkan-headers not yet available Signed-off-by: Samuel Bauer --- games-emulation/yuzu/yuzu-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 6ab525990d..3e128ae0b1 100644 --- a/games-emulation/yuzu/yuzu-9999.ebuild +++ b/games-emulation/yuzu/yuzu-9999.ebuild @@ -45,7 +45,7 @@ RDEPEND=" DEPEND="${RDEPEND} dev-cpp/cpp-httplib dev-cpp/cpp-jwt - system-vulkan? ( >=dev-util/vulkan-headers-1.3.216 ) + system-vulkan? ( >=dev-util/vulkan-headers-1.3.238 ) " BDEPEND=" >=dev-cpp/nlohmann_json-3.8.0