diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-05-25 10:40:14 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-26 11:58:45 +0100 |
commit | 23ab69bb2f0a819c26f9559d28a40aa97f8c7510 (patch) | |
tree | 33b87663858788ed67130d6d05c7f05e167af864 /mail-filter/rspamd | |
parent | mail-filter/rspamd: limit deps to <dev-libs/libfmt-10 (diff) | |
download | gentoo-23ab69bb2f0a819c26f9559d28a40aa97f8c7510.tar.gz gentoo-23ab69bb2f0a819c26f9559d28a40aa97f8c7510.tar.bz2 gentoo-23ab69bb2f0a819c26f9559d28a40aa97f8c7510.zip |
mail-filter/rspamd: disable lua5-3, lua5-4
The support for lua5-{3,4} is being temporarily disabled in this
version, as the bug fix patch is too large for backporting.
Closes: https://bugs.gentoo.org/903577
Upstream-issue: https://github.com/rspamd/rspamd/issues/4455
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31156
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter/rspamd')
-rw-r--r-- | mail-filter/rspamd/rspamd-3.5-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail-filter/rspamd/rspamd-3.5-r1.ebuild b/mail-filter/rspamd/rspamd-3.5-r1.ebuild index 979310e1d722..836c73d46150 100644 --- a/mail-filter/rspamd/rspamd-3.5-r1.ebuild +++ b/mail-filter/rspamd/rspamd-3.5-r1.ebuild @@ -3,7 +3,10 @@ EAPI=8 -LUA_COMPAT=( lua5-{1..4} luajit ) +# lua5-{3,4} were dropped due to bug #903577. This issue has been resolved +# upstream, see https://github.com/rspamd/rspamd/issues/4455. They will be +# restored with the next version bump. +LUA_COMPAT=( lua5-1 luajit ) inherit cmake lua-single pax-utils systemd tmpfiles |