diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-16 10:24:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-16 10:39:36 +0100 |
commit | 7ef107b0d9b3dfe44823b513b12ba46d995403d4 (patch) | |
tree | 774b5fd99eec6a53ea3d0f51712ff7cd4cd0ced6 /www-apps/cgit | |
parent | media-libs/simage-1.7.1-r1: fixed examples linking (diff) | |
download | gentoo-7ef107b0d9b3dfe44823b513b12ba46d995403d4.tar.gz gentoo-7ef107b0d9b3dfe44823b513b12ba46d995403d4.tar.bz2 gentoo-7ef107b0d9b3dfe44823b513b12ba46d995403d4.zip |
www-apps/cgit: Add slot-dep on dev-lang/lua
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-apps/cgit')
-rw-r--r-- | www-apps/cgit/cgit-1.2.1.ebuild | 2 | ||||
-rw-r--r-- | 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 6b78500479ad..825e750d423c 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 3633d01125ba..1d737f2e39fd 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} |