From 82abf007e74167a0970b6c08276ea83bd7cad73e Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Mon, 23 Mar 2020 15:34:40 -0700 Subject: [PATCH] www-apps/cgit: More s/jit/luajit/ Signed-off-by: Matt Turner --- www-apps/cgit/cgit-1.2.3.ebuild | 2 +- www-apps/cgit/cgit-9999.ebuild | 2 +- www-apps/cgit/metadata.xml | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/www-apps/cgit/cgit-1.2.3.ebuild b/www-apps/cgit/cgit-1.2.3.ebuild index 1d99de053e89..957cafeb1782 100644 --- a/www-apps/cgit/cgit-1.2.3.ebuild +++ b/www-apps/cgit/cgit-1.2.3.ebuild @@ -57,7 +57,7 @@ src_prepare() { echo "CACHE_ROOT = ${CGIT_CACHEDIR}" >> cgit.conf echo "DESTDIR = ${D}" >> cgit.conf if use lua; then - if use jit; then + if use luajit; then echo "LUA_PKGCONFIG = luajit" >> cgit.conf else echo "LUA_PKGCONFIG = lua" >> cgit.conf diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index 8873c3508900..17526b8c4487 100644 --- a/www-apps/cgit/cgit-9999.ebuild +++ b/www-apps/cgit/cgit-9999.ebuild @@ -51,7 +51,7 @@ src_prepare() { echo "CACHE_ROOT = ${CGIT_CACHEDIR}" >> cgit.conf echo "DESTDIR = ${D}" >> cgit.conf if use lua; then - if use jit; then + if use luajit; then echo "LUA_PKGCONFIG = luajit" >> cgit.conf else echo "LUA_PKGCONFIG = lua" >> cgit.conf diff --git a/www-apps/cgit/metadata.xml b/www-apps/cgit/metadata.xml index 8839288399a0..7c228e381512 100644 --- a/www-apps/cgit/metadata.xml +++ b/www-apps/cgit/metadata.xml @@ -18,6 +18,5 @@ Enable source code highlighting Enable support for Lua scripting - If the lua flag is enabled, jit uses LuaJIT instead of vanilla Lua -- 2.26.2