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