diff options
author | Ben de Groot <yngwin@gentoo.org> | 2015-02-18 02:46:19 +0800 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2015-02-18 02:46:19 +0800 |
commit | 19bbcec4eb2c17eff8f2015afd65848136cd3d1c (patch) | |
tree | a7890115469653cf4e0e08223dce98cd06c71438 | |
parent | app-editors/neovim-qt: initial commit (diff) | |
download | yngwin-19bbcec4eb2c17eff8f2015afd65848136cd3d1c.tar.gz yngwin-19bbcec4eb2c17eff8f2015afd65848136cd3d1c.tar.bz2 yngwin-19bbcec4eb2c17eff8f2015afd65848136cd3d1c.zip |
app-editors/neovim: update live ebuild
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index cb27fae..6d3f7ce 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -22,8 +22,7 @@ RDEPEND="dev-lang/luajit dev-libs/msgpack dev-lua/LuaBitOp dev-lua/lpeg - dev-lua/lua-MessagePack - sys-libs/ncurses" + dev-lua/lua-MessagePack" DEPEND="${RDEPEND} virtual/libiconv virtual/libintl" |