diff options
author | 2021-04-22 21:06:45 +0300 | |
---|---|---|
committer | 2021-04-22 21:06:45 +0300 | |
commit | 952f06c0f824ebebded46d48e9694e3e4ad6be2a (patch) | |
tree | 07abcd88d0602ca5d08e1a145e7ec0d36e9de560 /www-servers | |
parent | app-editors/visual-studio-code-bin: add maintainer (diff) | |
download | guru-952f06c0f824ebebded46d48e9694e3e4ad6be2a.tar.gz guru-952f06c0f824ebebded46d48e9694e3e4ad6be2a.tar.bz2 guru-952f06c0f824ebebded46d48e9694e3e4ad6be2a.zip |
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>
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/hinsightd/hinsightd-0.9.0.ebuild | 8 | ||||
-rw-r--r-- | www-servers/hinsightd/hinsightd-9999.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/www-servers/hinsightd/hinsightd-0.9.0.ebuild b/www-servers/hinsightd/hinsightd-0.9.0.ebuild index 5bfcd1a68..744bf8aab 100644 --- a/www-servers/hinsightd/hinsightd-0.9.0.ebuild +++ b/www-servers/hinsightd/hinsightd-0.9.0.ebuild @@ -3,9 +3,9 @@ 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" HOMEPAGE="https://gitlab.com/tiotags/hin9" @@ -22,9 +22,11 @@ S="${WORKDIR}/hin9-v${PV}" BDEPEND=" dev-util/ninja + virtual/pkgconfig " -RDEPEND="${LUA_DEPS} +RDEPEND=" + ${LUA_DEPS} acct-user/hinsightd acct-group/hinsightd sys-libs/liburing diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild b/www-servers/hinsightd/hinsightd-9999.ebuild index 63a4c04ae..d0fcda423 100644 --- a/www-servers/hinsightd/hinsightd-9999.ebuild +++ b/www-servers/hinsightd/hinsightd-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 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" HOMEPAGE="https://gitlab.com/tiotags/hin9" @@ -20,9 +20,11 @@ REQUIRED_USE="${LUA_REQUIRED_USE}" BDEPEND=" dev-util/ninja + virtual/pkgconfig " -RDEPEND="${LUA_DEPS} +RDEPEND=" + ${LUA_DEPS} acct-user/hinsightd acct-group/hinsightd sys-libs/liburing |