diff options
author | James Le Cuirot <chewi@gentoo.org> | 2021-10-02 18:34:37 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-10-02 18:36:15 +0100 |
commit | cc98006f75afaa61f9069defe5c4962488ab03c5 (patch) | |
tree | 87b641a3e4984961e44502b195e27257f165a175 /profiles | |
parent | net-libs/gnutls: Stabilize 3.7.2 ppc, #807394 (diff) | |
download | gentoo-cc98006f75afaa61f9069defe5c4962488ab03c5.tar.gz gentoo-cc98006f75afaa61f9069defe5c4962488ab03c5.tar.bz2 gentoo-cc98006f75afaa61f9069defe5c4962488ab03c5.zip |
profiles: Drop media-libs/libsdl2[vulkan] and related masks
It is not just available for amd64 now.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/arm64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/64le/package.use.mask | 1 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 11 |
5 files changed, 0 insertions, 24 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index eddebf3d0ee1..0aa3caef3041 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 <chewi@gentoo.org> (2018-11-02) -# Vulkan is only available on amd64 at present. -media-libs/libsdl2 -vulkan - # Michael Palimaka <kensington@gentoo.org> (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 a8b66f07c433..ad01ba781b3d 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 <ionen@gentoo.org> (2021-07-04) -# Needed until media-libs/libsdl2[vulkan] is unmasked on this arch. -games-fps/yamagi-quake2 vulkan - # Stefan Strogin <steils@gentoo.org> (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 740c44392c08..37ead12f816a 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 <chewi@gentoo.org> (2018-11-02) -# Vulkan is only available on amd64 at present. -media-libs/libsdl2 vulkan - # Michael Palimaka <kensington@gentoo.org> (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 eadb9e0c4156..fbfee3c8638a 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 6c9eaa3ba660..9d825237f50e 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 <ionen@gentoo.org> (2021-07-04) -# Needed until media-libs/libsdl2[vulkan] is unmasked on this arch. -games-fps/yamagi-quake2 vulkan - # Ionen Wolkens <ionen@gentoo.org> (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 <sam@gentoo.org> (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 <mgorny@gentoo.org> (2020-12-21) # Sanitizers supported on this architecture. sys-libs/compiler-rt-sanitizers -asan -lsan |