commit: cc98006f75afaa61f9069defe5c4962488ab03c5 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Oct 2 17:34:37 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Oct 2 17:36:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc98006f
profiles: Drop media-libs/libsdl2[vulkan] and related masks It is not just available for amd64 now. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 4 ---- profiles/arch/arm64/package.use.mask | 4 ---- profiles/arch/base/package.use.mask | 4 ---- profiles/arch/powerpc/ppc64/64le/package.use.mask | 1 - profiles/arch/x86/package.use.mask | 11 ----------- 5 files changed, 24 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index eddebf3d0ee..0aa3caef304 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -192,10 +192,6 @@ app-admin/conserver -freeipmi # - rdrand plugin is supported on amd64 net-vpn/strongswan -strongswan_plugins_aesni -strongswan_plugins_rdrand -# James Le Cuirot <[email protected]> (2018-11-02) -# Vulkan is only available on amd64 at present. -media-libs/libsdl2 -vulkan - # Michael Palimaka <[email protected]> (2018-10-12) # Unmask arch-specific USE flags available on amd64 net-analyzer/testssl -bundled-openssl -kerberos diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index a8b66f07c43..ad01ba781b3 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -27,10 +27,6 @@ dev-util/diffoscope pascal # and media-plugins/zam-plugins not keyworded here media-sound/easyeffects rnnoise webrtc zamaudio -# Ionen Wolkens <[email protected]> (2021-07-04) -# Needed until media-libs/libsdl2[vulkan] is unmasked on this arch. -games-fps/yamagi-quake2 vulkan - # Stefan Strogin <[email protected]> (2021-06-27) # Requires dev-python/adblock which is not keyworded on arm64 yet www-client/qutebrowser adblock diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 740c44392c0..37ead12f816 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -164,10 +164,6 @@ x11-apps/igt-gpu-tools overlay # - padlock plugin is only supported on amd64 and x86 net-vpn/strongswan strongswan_plugins_aesni strongswan_plugins_rdrand strongswan_plugins_padlock -# James Le Cuirot <[email protected]> (2018-11-02) -# Vulkan is only available on amd64 at present. -media-libs/libsdl2 vulkan - # Michael Palimaka <[email protected]> (2018-10-12) # Only available on amd64/x86 net-analyzer/testssl bundled-openssl kerberos diff --git a/profiles/arch/powerpc/ppc64/64le/package.use.mask b/profiles/arch/powerpc/ppc64/64le/package.use.mask index eadb9e0c415..fbfee3c8638 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.use.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.use.mask @@ -41,7 +41,6 @@ dev-qt/qtdeclarative -vulkan dev-qt/qtgui -vulkan dev-qt/qtwayland -vulkan media-libs/mesa -vulkan -vulkan-overlay -media-libs/libsdl2 -vulkan media-video/mpv -vulkan media-video/vlc -libplacebo diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 6c9eaa3ba66..9d825237f50 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -29,10 +29,6 @@ media-sound/pulseeffects rnnoise webrtc zamaudio # bug #801649 dev-util/diffoscope -haskell -# Ionen Wolkens <[email protected]> (2021-07-04) -# Needed until media-libs/libsdl2[vulkan] is unmasked on this arch. -games-fps/yamagi-quake2 vulkan - # Ionen Wolkens <[email protected]> (2021-07-01) # Feature currently relies on amd64 prebuilt binaries. media-video/obs-studio browser @@ -75,13 +71,6 @@ net-misc/asterisk -blocks # Depends on media-plugins/gst-plugins-cairo, which isn't keyworded on x86. app-misc/pdfpc gstreamer -# Sam James <[email protected]> (2021-01-14) -# Needs libsdl2[vulkan] -# Vulkan may be supported on x86, as per -# Qt unmasking below, but not able to test -# libsdl2 + Vulkan on x86 at the moment. -games-strategy/warzone2100 vulkan - # Michał Górny <[email protected]> (2020-12-21) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -lsan
