From 88efb220b805f25144e858fb1ddbcc04ef6bf8dd Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 17 Nov 2022 03:28:06 +0000 Subject: net-analyzer/tracebox: disable lua5-1, luajit Closes: https://bugs.gentoo.org/879717 Signed-off-by: Sam James --- net-analyzer/tracebox/tracebox-0.4.4-r100.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net-analyzer/tracebox') 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 -- cgit v1.2.3-65-gdbad