Gentoo Archives: gentoo-commits

From: Nick Sarnie <sarnex@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/
Date: Mon, 28 May 2018 16:02:10
Message-Id: 1527522850.d24e3c0789fda1fc160ad12aba34e9514dd104c1.sarnex@gentoo
1 commit: d24e3c0789fda1fc160ad12aba34e9514dd104c1
2 Author: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 15:54:10 2018 +0000
4 Commit: Nick Sarnie <sarnex <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 15:54:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d24e3c07
7
8 profiles/arch/base: Add USE mask for app-emulation/wine-*[vkd3d]
9
10 Signed-off-by: Nick Sarnie <sarnex <AT> gentoo.org>
11
12 profiles/arch/base/package.use.mask | 10 +++++-----
13 1 file changed, 5 insertions(+), 5 deletions(-)
14
15 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
16 index e5ac6cac2a7..7538ed4c406 100644
17 --- a/profiles/arch/base/package.use.mask
18 +++ b/profiles/arch/base/package.use.mask
19 @@ -2,11 +2,11 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 # Nick Sarnie <sarnex@g.o> (29 Apr 2018)
23 -# media-libs/vulkan-loader is not available everywhere
24 -app-emulation/wine-any vulkan
25 -app-emulation/wine-d3d9 vulkan
26 -app-emulation/wine-staging vulkan
27 -app-emulation/wine-vanilla vulkan
28 +# media-libs/vulkan-loader and app-emulation/vkd3d are not available everywhere
29 +app-emulation/wine-any vkd3d vulkan
30 +app-emulation/wine-d3d9 vkd3d vulkan
31 +app-emulation/wine-staging vkd3d vulkan
32 +app-emulation/wine-vanilla vkd3d vulkan
33
34 # Richard Yao <ryao@g.o> (16 Apr 2018)
35 # sys-fs/zfs is not available everywhere.