From 353fe84edc206e07994113f8f9d2e3945134329f Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 24 Sep 2022 08:14:04 +0200 Subject: x11-toolkits/termit: remove bogus lua >= 5.3 support The Cmake code used in the project explicitely requires lua 5.3. PR: 220281 --- x11-toolkits/termit/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/termit') diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index 986fbcd9bc87..e7d15a6f300c 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ libgnutls.so:security/gnutls -USES= cmake gnome lua:53+ pkgconfig xorg +USES= cmake gnome lua:53 pkgconfig xorg USE_CSTD= c99 USE_XORG= x11 USE_GNOME= cairo gdkpixbuf2 gtk30 vte3 -- cgit v1.2.3