diff options
author | Samuel Bauer <samuel.bauer@yahoo.fr> | 2022-12-21 10:59:59 +0100 |
---|---|---|
committer | Samuel Bauer <samuel.bauer@yahoo.fr> | 2022-12-21 11:02:51 +0100 |
commit | 6f036bf614113cef53b0eef4a97a65258e4c6591 (patch) | |
tree | 3a126f9d8cd28d75022e6d4611141613bf693f1f | |
parent | games-emulation/yuzu-9999: revert last commit (diff) | |
download | guru-6f036bf614113cef53b0eef4a97a65258e4c6591.tar.gz guru-6f036bf614113cef53b0eef4a97a65258e4c6591.tar.bz2 guru-6f036bf614113cef53b0eef4a97a65258e4c6591.zip |
games-emulation/yuzu-9999: system-vulkan: required vulkan-headers not yet available
Signed-off-by: Samuel Bauer <samuel.bauer@yahoo.fr>
-rw-r--r-- | games-emulation/yuzu/yuzu-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild index 6ab525990..3e128ae0b 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 |