diff options
-rw-r--r-- | www-apps/cgit/cgit-1.2.3.ebuild | 2 | ||||
-rw-r--r-- | www-apps/cgit/cgit-9999.ebuild | 2 | ||||
-rw-r--r-- | 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 @@ <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> |