diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-23 15:34:40 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-23 15:34:58 -0700 |
commit | 82abf007e74167a0970b6c08276ea83bd7cad73e (patch) | |
tree | 8cbcb362e822884cce2f70364e211a2d4524185c /www-apps/cgit | |
parent | media-video/aegisub: revbump for patching Makefile to work with make-4.3 (diff) | |
download | gentoo-82abf007e74167a0970b6c08276ea83bd7cad73e.tar.gz gentoo-82abf007e74167a0970b6c08276ea83bd7cad73e.tar.bz2 gentoo-82abf007e74167a0970b6c08276ea83bd7cad73e.zip |
www-apps/cgit: More s/jit/luajit/
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-apps/cgit')
-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> |