mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
mail-filter/rspamd: restrict <libfmt-11 in 3.8.4
Rspamd 3.8.4 fails to build with libfmt 11, the issue was fixed in Rspamd 3.9 when upstream bumped bundled libfmt [1]. [1] https://github.com/rspamd/rspamd/pull/5034 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
This commit is contained in:
@@ -55,10 +55,11 @@ RDEPEND="
|
||||
jemalloc? ( dev-libs/jemalloc:= )
|
||||
selinux? ( sec-policy/selinux-spamassassin )
|
||||
"
|
||||
# <libfmt-11 https://github.com/rspamd/rspamd/pull/5034
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-cpp/doctest
|
||||
dev-libs/libfmt:=
|
||||
<dev-libs/libfmt-11:=
|
||||
>=dev-libs/xxhash-0.8.0
|
||||
"
|
||||
BDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user