imapfilter currently does not allow luajit as Lua implementation, but works fine with it (since it's 5.1 compatible), so luajit can be added to LUA_COMPAT. Reproducible: Always Simple fix: -LUA_COMPAT=( lua5-{1..3} ) +LUA_COMPAT=( lua5-{1..3} luajit ) Using it right now without issue: it logs into my IMAP server and does what it's supposed to do. No need to install another Lua implementation.
Created a PR: https://github.com/gentoo/gentoo/pull/26082
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1e8ba45af1913742d440c63efde2390eca9e2c commit 0e1e8ba45af1913742d440c63efde2390eca9e2c Author: Holger Hoffstätte <holger@applied-asynchrony.com> AuthorDate: 2022-06-26 19:18:57 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-06-28 09:31:38 +0000 mail-filter/imapfilter: add 5.4 & luajit to LUA_COMPAT, correctly depend on libpcre2 Closes: https://bugs.gentoo.org/828110 Closes: https://bugs.gentoo.org/854471 Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com> Closes: https://github.com/gentoo/gentoo/pull/26082 Signed-off-by: Sam James <sam@gentoo.org> mail-filter/imapfilter/imapfilter-2.7.5-r1.ebuild | 48 +++++++++++++++++++++++ 1 file changed, 48 insertions(+)