diff options
author | Nick Sarnie <sarnex@gentoo.org> | 2019-07-13 11:11:30 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-07-13 11:11:30 -0400 |
commit | 405ab75713e0c018430ef89f8a84eb69f95158a6 (patch) | |
tree | 1c49dd23b843161c3f3282222e30d206fb47e7de /app-emulation/vkd3d | |
parent | media-libs/vulkan-loader: Bump to 1.1.114 (diff) | |
download | gentoo-405ab75713e0c018430ef89f8a84eb69f95158a6.tar.gz gentoo-405ab75713e0c018430ef89f8a84eb69f95158a6.tar.bz2 gentoo-405ab75713e0c018430ef89f8a84eb69f95158a6.zip |
app-emulation/vkd3d: Sync with ::wine
Bump vulkan-headers requirement
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'app-emulation/vkd3d')
-rw-r--r-- | app-emulation/vkd3d/vkd3d-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild index 7d104fca6c2c..56cb485915fe 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/" |