www-servers/hinsightd: removed unsupported lua versions

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
This commit is contained in:
tiotags
2021-04-22 21:06:45 +03:00
parent b71b6699a8
commit 952f06c0f8
2 changed files with 9 additions and 5 deletions

View File

@@ -3,9 +3,9 @@
EAPI=7 EAPI=7
LUA_COMPAT=( lua5-{1..4} ) LUA_COMPAT=( lua5-1 )
inherit fcaps inherit fcaps lua
DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals" DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
HOMEPAGE="https://gitlab.com/tiotags/hin9" HOMEPAGE="https://gitlab.com/tiotags/hin9"
@@ -22,9 +22,11 @@ S="${WORKDIR}/hin9-v${PV}"
BDEPEND=" BDEPEND="
dev-util/ninja dev-util/ninja
virtual/pkgconfig
" "
RDEPEND="${LUA_DEPS} RDEPEND="
${LUA_DEPS}
acct-user/hinsightd acct-user/hinsightd
acct-group/hinsightd acct-group/hinsightd
sys-libs/liburing sys-libs/liburing

View File

@@ -5,7 +5,7 @@ EAPI=7
LUA_COMPAT=( lua5-{1..4} ) LUA_COMPAT=( lua5-{1..4} )
inherit git-r3 fcaps inherit git-r3 fcaps lua
DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals" DESCRIPTION="hinsightd a http/1.1 webserver with (hopefully) minimal goals"
HOMEPAGE="https://gitlab.com/tiotags/hin9" HOMEPAGE="https://gitlab.com/tiotags/hin9"
@@ -20,9 +20,11 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
BDEPEND=" BDEPEND="
dev-util/ninja dev-util/ninja
virtual/pkgconfig
" "
RDEPEND="${LUA_DEPS} RDEPEND="
${LUA_DEPS}
acct-user/hinsightd acct-user/hinsightd
acct-group/hinsightd acct-group/hinsightd
sys-libs/liburing sys-libs/liburing