commit: 654bf478a80999a3bbc299466ffe8248d2b129cc Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org> AuthorDate: Sat Jul 13 15:10:28 2019 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Sat Jul 13 15:10:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=654bf478
app-emulation/vkd3d: Bump vulkan-headers requirement Bug: https://bugs.gentoo.org/689756 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> app-emulation/vkd3d/vkd3d-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild index 7d104fc..56cb485 100644 --- a/app-emulation/vkd3d/vkd3d-9999.ebuild +++ b/app-emulation/vkd3d/vkd3d-9999.ebuild @@ -24,7 +24,7 @@ RDEPEND="spirv-tools? ( dev-util/spirv-tools:=[${MULTILIB_USEDEP}] ) DEPEND="${RDEPEND} dev-util/spirv-headers - dev-util/vulkan-headers" + >=dev-util/vulkan-headers-1.1.114" DESCRIPTION="D3D12 to Vulkan translation library" HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"
