diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-10-12 09:01:47 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-10-12 09:42:59 -0400 |
commit | 9c3e42d447b4da2b4ede38c12b27b0d1059e4865 (patch) | |
tree | 09517e8ff346706eb882680d3cff1faa3d99aac0 /profiles | |
parent | profiles/arch/x86: sync virtual/wine USE masks with amd64 (diff) | |
download | gentoo-9c3e42d447b4da2b4ede38c12b27b0d1059e4865.tar.gz gentoo-9c3e42d447b4da2b4ede38c12b27b0d1059e4865.tar.bz2 gentoo-9c3e42d447b4da2b4ede38c12b27b0d1059e4865.zip |
profiles/arch: drop obsolete wine-* vulkan/vkd3d mask
These are available everywhere wine is keyworded on, and
seems fine from a quick look on x86.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index c25fc2368777..30eb24984243 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -223,11 +223,6 @@ dev-util/catalyst -system-bootloader # Mask everywhere, unmask where appropriate. media-video/mpv -vulkan -# Nick Sarnie <sarnex@gentoo.org> (2018-04-29) -# media-libs/vulkan-loader and app-emulation/vkd3d are keyworded on amd64 -app-emulation/wine-staging -vulkan -app-emulation/wine-vanilla -vkd3d -vulkan - # Richard Yao <ryao@gentoo.org> (2018-04-16) # sys-fs/zfs is keyworded on amd64 sys-cluster/ceph -zfs diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 9f6f97a22618..98346e30c17c 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -212,11 +212,6 @@ dev-util/catalyst system-bootloader # Mask everywhere, unmask where appropriate. media-video/mpv vulkan -# Nick Sarnie <sarnex@gentoo.org> (2018-04-29) -# media-libs/vulkan-loader and app-emulation/vkd3d are not available everywhere -app-emulation/wine-staging vulkan -app-emulation/wine-vanilla vkd3d vulkan - # Richard Yao <ryao@gentoo.org> (2018-04-16) # sys-fs/zfs is not available everywhere. sys-cluster/ceph zfs |