diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-03-23 15:14:47 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-03-23 15:19:04 -0700 |
commit | 54eb14a84888b59cb83f0a16ecf80692a0f17684 (patch) | |
tree | 00c08561bcfce589d1c2fb8bed0a9ca046112903 /www-apps/cgit | |
parent | dev-libs/ell: drop to ~hppa (diff) | |
download | gentoo-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')
-rw-r--r-- | www-apps/cgit/cgit-1.2.3.ebuild | 7 | ||||
-rw-r--r-- | www-apps/cgit/cgit-9999.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/www-apps/cgit/cgit-1.2.3.ebuild b/www-apps/cgit/cgit-1.2.3.ebuild index 7cc6e5b77e70..36c2fa840d52 100644 --- a/www-apps/cgit/cgit-1.2.3.ebuild +++ b/www-apps/cgit/cgit-1.2.3.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE="doc +highlight libressl +lua +jit" +IUSE="doc +highlight libressl +lua +luajit" RDEPEND=" dev-vcs/git @@ -28,7 +28,10 @@ RDEPEND=" highlight? ( || ( dev-python/pygments app-text/highlight ) ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) - 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} 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} |