diff options
author | 2024-06-25 03:33:13 +0100 | |
---|---|---|
committer | 2024-06-25 03:33:13 +0100 | |
commit | a6ff8d06b35aed8f0bd4576ed387ad2e4966a4d7 (patch) | |
tree | f1a3b1f1627891880ab4650ca76a2d303d417cf7 /profiles | |
parent | app-text/calibre: Stabilize 7.11.0 amd64, #934822 (diff) | |
download | gentoo-a6ff8d06b35aed8f0bd4576ed387ad2e4966a4d7.tar.gz gentoo-a6ff8d06b35aed8f0bd4576ed387ad2e4966a4d7.tar.bz2 gentoo-a6ff8d06b35aed8f0bd4576ed387ad2e4966a4d7.zip |
profiles: mask libassuan-3.0.1
```
$ gpg --version
/usr/bin/gpg: /usr/lib64/libassuan.so.9: version `LIBASSUAN_1.0' not found (required by /usr/bin/gpg)
```
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 2afb487306a5..03d7a9abc105 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2024-06-25) +# The symbol versioning "fix" breaks anything built with 3.0.0. +=dev-libs/libassuan-3.0.1 + # NHOrus <jy6x2b32pie9@yahoo.com> (2024-06-24) # Masked for removal in 30 days. # It's a dependency of cinelerra, written for cinelerra. |