commit: d24e3c0789fda1fc160ad12aba34e9514dd104c1 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org> AuthorDate: Mon May 28 15:54:10 2018 +0000 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org> CommitDate: Mon May 28 15:54:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24e3c07
profiles/arch/base: Add USE mask for app-emulation/wine-*[vkd3d] Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org> profiles/arch/base/package.use.mask | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index e5ac6cac2a7..7538ed4c406 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 # Nick Sarnie <[email protected]> (29 Apr 2018) -# media-libs/vulkan-loader is not available everywhere -app-emulation/wine-any vulkan -app-emulation/wine-d3d9 vulkan -app-emulation/wine-staging vulkan -app-emulation/wine-vanilla vulkan +# media-libs/vulkan-loader and app-emulation/vkd3d are not available everywhere +app-emulation/wine-any vkd3d vulkan +app-emulation/wine-d3d9 vkd3d vulkan +app-emulation/wine-staging vkd3d vulkan +app-emulation/wine-vanilla vkd3d vulkan # Richard Yao <[email protected]> (16 Apr 2018) # sys-fs/zfs is not available everywhere.
