commit: 7ef107b0d9b3dfe44823b513b12ba46d995403d4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 16 09:24:52 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Dec 16 09:39:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef107b0
www-apps/cgit: Add slot-dep on dev-lang/lua
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-apps/cgit/cgit-1.2.1.ebuild | 2 +-
www-apps/cgit/cgit-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apps/cgit/cgit-1.2.1.ebuild b/www-apps/cgit/cgit-1.2.1.ebuild
index 6b78500479a..825e750d423 100644
--- a/www-apps/cgit/cgit-1.2.1.ebuild
+++ b/www-apps/cgit/cgit-1.2.1.ebuild
@@ -27,7 +27,7 @@ RDEPEND="
dev-libs/openssl:0
virtual/httpd-cgi
highlight? ( || ( dev-python/pygments app-text/highlight ) )
- lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua ) )
+ lua? ( jit? ( dev-lang/luajit ) !jit? ( 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 3633d01125b..1d737f2e39f 100644
--- a/www-apps/cgit/cgit-9999.ebuild
+++ b/www-apps/cgit/cgit-9999.ebuild
@@ -25,7 +25,7 @@ RDEPEND="
dev-libs/openssl:0
virtual/httpd-cgi
highlight? ( || ( dev-python/pygments app-text/highlight ) )
- lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua ) )
+ lua? ( jit? ( dev-lang/luajit ) !jit? ( dev-lang/lua:0 ) )
"
# ebuilds without WEBAPP_MANUAL_SLOT="yes" are broken
DEPEND="${RDEPEND}