diff options
author | Joonas Niilola <juippis@gentoo.org> | 2024-07-04 16:32:49 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-04 16:35:26 +0300 |
commit | 38181f7165be4709471a773e042dc8525e01d2bd (patch) | |
tree | b94d5ad863b13b81ae6b7b7914dfd1d8706e6bc8 /profiles | |
parent | media-libs/libcddb: dropped obsolete 1.3.2-r1 (diff) | |
download | gentoo-38181f7165be4709471a773e042dc8525e01d2bd.tar.gz gentoo-38181f7165be4709471a773e042dc8525e01d2bd.tar.bz2 gentoo-38181f7165be4709471a773e042dc8525e01d2bd.zip |
profiles: mask libxml2-2.13 and libxslt-1.1.41 due to ABI breakage
- details in the linked bug.
Bug: https://bugs.gentoo.org/935452
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 3a9ac6ab2cea..ae92c6a7a94f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,15 @@ #--- END OF EXAMPLES --- +# Joonas Niilola <juippis@gentoo.org> (2024-07-04) +# libxml2-2.13.1 removed "deprecated" symbols that other (older) +# packages depend upon. It can be mitigated with a --with-legacy +# configure option, but it's still not a perfect fix. Bug #935452 +# to track and work on tree-wide support. Masking the exact version +# so we can revbump the package with a fix. +=dev-libs/libxml2-2.13.1 +=dev-libs/libxslt-1.1.41 + # James Le Cuirot <chewi@gentoo.org> (2024-07-01) # Ancient, dead upstream, generally awful. # Removal on 2024-08-01. Bugs #935307, #935308, #935309. |