app-metrics/collectd: add lua5_4 support

Closes: https://github.com/gentoo/gentoo/pull/24823
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2022-04-16 23:33:06 +02:00
parent b2349fbef7
commit 37ec5e8636

View File

@@ -4,7 +4,7 @@
EAPI="7"
JAVA_PKG_OPT_USE="collectd_plugins_java"
LUA_COMPAT=( lua5-{1..3} )
LUA_COMPAT=( lua5-{1..4} )
PYTHON_COMPAT=( python3_{8..10} )
inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info lua-single \