commit: 593968a8ab8ebd056c994d8e580845a4e2ab96f2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Thu Apr 7 15:39:59 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 12 08:20:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593968a8
profiles/base: change USE=jemalloc to >=mail-filter/rspamd-3.0 The jemalloc issue affects rspamd-3.2 as well. This mask seems to be better than adding extra line for every new version. Bug: https://bugs.gentoo.org/810337 Upstream-issue: https://github.com/rspamd/rspamd/issues/3871 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/base/package.use.mask | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index adf9bc52b851..3202f42f1995 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -127,8 +127,7 @@ dev-lang/rust parallel-compiler # rspamd-3.0 segfaults a lot with jemalloc enabled (Bug #810337) # It is caused by -Wl,--as-needed linker flag, # see also: https://github.com/rspamd/rspamd/issues/3871 -~mail-filter/rspamd-3.0 jemalloc -~mail-filter/rspamd-3.1 jemalloc +>=mail-filter/rspamd-3.0 jemalloc # Matt Turner <[email protected]> (2021-08-28) # Mask experimental options.
