diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-02 06:59:48 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-02 07:01:54 -0400 |
commit | 6d0b812a8e68cf5f2d2d91ce4d59a768ee4c7540 (patch) | |
tree | ed3fe79eb76d3e40b8d4efecbbf17639d68802e2 /profiles | |
parent | media-libs/rubberband: Stabilize 3.1.1 arm64, #879127 (diff) | |
download | gentoo-6d0b812a8e68cf5f2d2d91ce4d59a768ee4c7540.tar.gz gentoo-6d0b812a8e68cf5f2d2d91ce4d59a768ee4c7540.tar.bz2 gentoo-6d0b812a8e68cf5f2d2d91ce4d59a768ee4c7540.zip |
profiles: extend glslang mask to whole stack
Noticed the =glslang-${PV} deps so I don't see this working out.
Hoipefully not forgetting anything.
Bug: https://bugs.gentoo.org/879149
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 294bf453978a..738c86d88e65 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -34,14 +34,20 @@ #--- END OF EXAMPLES --- # Ionen Wolkens <ionen@gentoo.org> (2022-11-02) -# Breaks ABI (leading to crashes until consumers are rebuilt) and -# prevents re-building packages which used this part of the ABI +# glslang breaks ABI (leading to crashes until consumers are rebuilt) +# and prevents re-building packages which used this part of the ABI # directly. Temporary mask until the situation improves. # WARNING: If you've already managed to build packages that used # this version, they should be rebuilt after downgrading. # https://bugs.gentoo.org/879149 # https://github.com/KhronosGroup/glslang/issues/3052 ~dev-util/glslang-1.3.231 +~dev-util/spirv-headers-1.3.231 +~dev-util/spirv-tools-1.3.231 +~dev-util/vulkan-headers-1.3.231 +~dev-util/vulkan-tools-1.3.231 +~media-libs/vulkan-layers-1.3.231 +~media-libs/vulkan-loader-1.3.231 # Matt Turner <mattst88@gentoo.org> (2022-11-01) # Added by a proxied maintainer in 2018 who then never touched it again before |