diff options
author | Sam James <sam@gentoo.org> | 2023-05-20 08:17:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-20 08:17:48 +0100 |
commit | 74742dfaadb00f833e7c786c9ea99e0c5e165176 (patch) | |
tree | 48493140248c4241112f1bd207430faa91b292de /profiles | |
parent | x11-misc/ydotool: add pkgconfig BDEPEND (diff) | |
download | gentoo-74742dfaadb00f833e7c786c9ea99e0c5e165176.tar.gz gentoo-74742dfaadb00f833e7c786c9ea99e0c5e165176.tar.bz2 gentoo-74742dfaadb00f833e7c786c9ea99e0c5e165176.zip |
profiles: mask intermediate bad libxml2-2.11.* (before <2.11.4)
>=2.11.4 is fine, just 2.11.1 up to 2.11.3 were buggy. Mask to avoid
confusing bug reports.
Bug: https://bugs.gentoo.org/906206
Bug: https://bugs.gentoo.org/905399
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 8f70367a7e4c..c02dfaf7d849 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2023-05-20) +# Various regressions, please upgrade to the latest libxml2 (>=2.11.4). +=dev-libs/libxml2-2.11.1 +=dev-libs/libxml2-2.11.2 +=dev-libs/libxml2-2.11.2-r1 +=dev-libs/libxml2-2.11.3 + # Sam James <sam@gentoo.org> (2023-05-19) # Breaks Portage's pid-sandbox at least with 5.10 kernels. Pending investigation. # If you're hitting this, try: FEATURES="-pid-sandbox" emerge -v1 sys-apps/util-linux |