commit:     82abf007e74167a0970b6c08276ea83bd7cad73e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 23 22:34:40 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 22:34:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82abf007

www-apps/cgit: More s/jit/luajit/

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 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 1d99de053e8..957cafeb178 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 8873c350890..17526b8c448 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 8839288399a..7c228e38151 100644
--- a/www-apps/cgit/metadata.xml
+++ b/www-apps/cgit/metadata.xml
@@ -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>

Reply via email to