current net-mail-dovecot ebuild has lua versions 5.1 & 5.3 in LUA_COMPAT. As most of lua 5.3 compliant programs, it could also be built using lua version 5.4 which may be useful in order to avoid keeping multiple lua versions installed Reproducible: Always Steps to Reproduce: 1. Patch LUA_COMPAT variable 2. Build using LUA_SINGLE_TARGET="lua5-4" 3. Actual Results: ebuild has LUA_COMPAT=( lua5-1 lua5-3 ) Expected Results: Seems to be a good candidate for this change: -LUA_COMPAT=( lua5-1 lua5-3 ) +LUA_COMPAT=( lua5-1 lua5-3 lua5-4 )
Created attachment 824491 [details] output from emerge --info =net-mail/dovecot-2.3.19.1-r1
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c451ddd99efb034d745ddb27ab54d34d6ccfb737 commit c451ddd99efb034d745ddb27ab54d34d6ccfb737 Author: Eray Aslan <eras@gentoo.org> AuthorDate: 2025-05-08 13:40:52 +0000 Commit: Eray Aslan <eras@gentoo.org> CommitDate: 2025-05-08 13:40:52 +0000 net-mail/dovecot: add 2.4.1 Closes: https://bugs.gentoo.org/954404 Closes: https://bugs.gentoo.org/942896 Closes: https://bugs.gentoo.org/934548 Closes: https://bugs.gentoo.org/929133 Closes: https://bugs.gentoo.org/905406 Closes: https://bugs.gentoo.org/877367 Closes: https://bugs.gentoo.org/802864 Signed-off-by: Eray Aslan <eras@gentoo.org> net-mail/dovecot/Manifest | 2 + net-mail/dovecot/dovecot-2.4.1.ebuild | 244 +++++++++++++++++++++ net-mail/dovecot/files/50-misc.conf | 109 +++++++++ .../files/dovecot-2.4.1-gssapi-regression.patch | 14 ++ .../files/dovecot-autoconf-lua-version-v3.patch | 18 ++ net-mail/dovecot/metadata.xml | 1 + 6 files changed, 388 insertions(+)