diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-11-02 06:43:19 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-11-02 06:47:01 -0400 |
commit | 65175c86ff867496f27b5cbdaa5cc9db94def416 (patch) | |
tree | dfdec86bf3ebc1f74d053b44e050201bad65f2c9 /profiles/package.mask | |
parent | app-office/libreoffice: drop 7.3.9999, no more development (diff) | |
download | gentoo-65175c86ff867496f27b5cbdaa5cc9db94def416.tar.gz gentoo-65175c86ff867496f27b5cbdaa5cc9db94def416.tar.bz2 gentoo-65175c86ff867496f27b5cbdaa5cc9db94def416.zip |
profiles: mask =dev-util/glslang-1.3.231
Hopefully only masking this (rather than whole 1.3.231 stack)
is okay. Preemptively masking myself given the ABI breakage
will worsen the situation if left alone too long.
Bug: https://bugs.gentoo.org/879149
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles/package.mask')
-rw-r--r-- | profiles/package.mask | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 71b99c8a8d64..d850efe4b3eb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,16 @@ #--- 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 +# 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 + # Matt Turner <mattst88@gentoo.org> (2022-11-01) # Added by a proxied maintainer in 2018 who then never touched it again before # disappearing. Doesn't build with Python 3.9. Depends on gnome-base/gconf. |