www-apps/cgit: More s/jit/luajit/
authorMatt Turner <mattst88@gentoo.org>
Mon, 23 Mar 2020 22:34:40 +0000 (15:34 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 23 Mar 2020 22:34:58 +0000 (15:34 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
www-apps/cgit/cgit-1.2.3.ebuild
www-apps/cgit/cgit-9999.ebuild
www-apps/cgit/metadata.xml

index 1d99de053e89afe9d78d533330cb600c9cd1255d..957cafeb1782e22c1dd57a1e475b69f8077fcafb 100644 (file)
@@ -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
index 8873c3508900708899dbe04550e5083b1bef6a79..17526b8c4487b06e2a61815244ecdfdea6e28615 100644 (file)
@@ -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
index 8839288399a0c71d1f122826fe793090d0e2cca4..7c228e381512722b5dc1818e4a0a424ff13d43d7 100644 (file)
@@ -18,6 +18,5 @@
        <use>
                <flag name="highlight">Enable source code highlighting</flag>
                <flag name="lua">Enable support for Lua scripting</flag>
-               <flag name="jit">If the lua flag is enabled, jit uses LuaJIT instead of vanilla Lua</flag>
        </use>
 </pkgmetadata>