diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-01-03 22:45:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-01-03 22:45:40 +0100 |
commit | b3e7492b6dfc3af15c11e823b953bbfc683df3d6 (patch) | |
tree | 0769bc5d77061757e7eb7ce16b0398e185cbd030 /app-benchmarks | |
parent | app-misc/graphlcd-base: drop old version (diff) | |
download | gentoo-b3e7492b6dfc3af15c11e823b953bbfc683df3d6.tar.gz gentoo-b3e7492b6dfc3af15c11e823b953bbfc683df3d6.tar.bz2 gentoo-b3e7492b6dfc3af15c11e823b953bbfc683df3d6.zip |
app-benchmarks/wrk: drop lua5-1 support
This package only supports luajit.
Closes: https://bugs.gentoo.org/762604
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-benchmarks')
-rw-r--r-- | app-benchmarks/wrk/wrk-4.1.0-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-benchmarks/wrk/wrk-4.1.0-r100.ebuild b/app-benchmarks/wrk/wrk-4.1.0-r100.ebuild index 0d5fbb0e91f7..b41fa3314fab 100644 --- a/app-benchmarks/wrk/wrk-4.1.0-r100.ebuild +++ b/app-benchmarks/wrk/wrk-4.1.0-r100.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -LUA_COMPAT=( lua5-1 luajit ) +LUA_COMPAT=( luajit ) inherit lua-single |