diff options
author | Sam James <sam@gentoo.org> | 2022-11-17 03:28:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-17 15:14:03 +0000 |
commit | 88efb220b805f25144e858fb1ddbcc04ef6bf8dd (patch) | |
tree | 0a71432fd1ee0d0ef1cc6f2a5eb25bd345c446d1 /net-analyzer/tracebox | |
parent | app-emulation/wine-proton: bump mono in live (diff) | |
download | gentoo-88efb220b805f25144e858fb1ddbcc04ef6bf8dd.tar.gz gentoo-88efb220b805f25144e858fb1ddbcc04ef6bf8dd.tar.bz2 gentoo-88efb220b805f25144e858fb1ddbcc04ef6bf8dd.zip |
net-analyzer/tracebox: disable lua5-1, luajit
Closes: https://bugs.gentoo.org/879717
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/tracebox')
-rw-r--r-- | net-analyzer/tracebox/tracebox-0.4.4-r100.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tracebox/tracebox-0.4.4-r100.ebuild b/net-analyzer/tracebox/tracebox-0.4.4-r100.ebuild index 7278ad0ab731..3020846855b4 100644 --- a/net-analyzer/tracebox/tracebox-0.4.4-r100.ebuild +++ b/net-analyzer/tracebox/tracebox-0.4.4-r100.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -LUA_COMPAT=( lua5-{1..4} luajit ) +LUA_COMPAT=( lua5-{2..4} ) inherit autotools flag-o-matic lua-single |