commit: 4420d5153e1b34487416e750ed69d7b776594a4a
Author: Petr Sykora <petr.sykora <AT> gmail <DOT> com>
AuthorDate: Fri Apr 11 12:21:40 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Apr 11 12:21:40 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4420d515
app-editors/neovim: Added luajit dependency.
---
app-editors/neovim/neovim-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-editors/neovim/neovim-9999.ebuild
b/app-editors/neovim/neovim-9999.ebuild
index 2f77478..f228ac3 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -26,4 +26,5 @@ IUSE=""
RDEPEND="app-admin/eselect-vi
sys-libs/ncurses"
DEPEND="${RDEPEND}
+ dev-lang/luajit
>=dev-libs/libuv-0.11.19"