summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-03-23 15:14:47 -0700
committerMatt Turner <mattst88@gentoo.org>2020-03-23 15:19:04 -0700
commit54eb14a84888b59cb83f0a16ecf80692a0f17684 (patch)
tree00c08561bcfce589d1c2fb8bed0a9ca046112903 /www-apps/cgit/cgit-9999.ebuild
parentdev-libs/ell: drop to ~hppa (diff)
downloadgentoo-54eb14a84888b59cb83f0a16ecf80692a0f17684.tar.gz
gentoo-54eb14a84888b59cb83f0a16ecf80692a0f17684.tar.bz2
gentoo-54eb14a84888b59cb83f0a16ecf80692a0f17684.zip
www-apps/cgit: Rename IUSE=jit to IUSE=luajit
Closes: https://bugs.gentoo.org/653306 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-apps/cgit/cgit-9999.ebuild')
-rw-r--r--www-apps/cgit/cgit-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild
index 1d737f2e39fd..b7fe22f1c8b0 100644
--- a/www-apps/cgit/cgit-9999.ebuild
+++ b/www-apps/cgit/cgit-9999.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="https://git.zx2c4.com/cgit"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="doc +highlight +lua +jit"
+IUSE="doc +highlight +lua +luajit"
RDEPEND="
dev-vcs/git
@@ -25,7 +25,10 @@ RDEPEND="
dev-libs/openssl:0
virtual/httpd-cgi
highlight? ( || ( dev-python/pygments app-text/highlight ) )
- lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua:0 ) )
+ lua? (
+ luajit? ( dev-lang/luajit )
+ !luajit? ( dev-lang/lua:0 )
+ )
"
# ebuilds without WEBAPP_MANUAL_SLOT="yes" are broken
DEPEND="${RDEPEND}