diff options
author | Ole Reifschneider <tranquility@gentoo.org> | 2016-08-22 22:37:42 +0200 |
---|---|---|
committer | Ole Reifschneider <tranquility@gentoo.org> | 2016-08-22 22:42:07 +0200 |
commit | 1e1a9138936b12e381249657527f517d9e91a027 (patch) | |
tree | 9de6ec07a2781c4c253d41268a324c201f2ab293 /app-editors/neovim/neovim-9999.ebuild | |
parent | dev-ruby/neovim-ruby-client: Initial commit (diff) | |
download | gentoo-1e1a9138936b12e381249657527f517d9e91a027.tar.gz gentoo-1e1a9138936b12e381249657527f517d9e91a027.tar.bz2 gentoo-1e1a9138936b12e381249657527f517d9e91a027.zip |
app-editors/neovim: Bump to 0.1.5
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-editors/neovim/neovim-9999.ebuild')
-rw-r--r-- | app-editors/neovim/neovim-9999.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-editors/neovim/neovim-9999.ebuild b/app-editors/neovim/neovim-9999.ebuild index a9c90de93814..f23db6ef499e 100644 --- a/app-editors/neovim/neovim-9999.ebuild +++ b/app-editors/neovim/neovim-9999.ebuild @@ -17,7 +17,7 @@ fi LICENSE="Apache-2.0 vim" SLOT="0" -IUSE="+nvimpager perl python +jemalloc" +IUSE="+nvimpager perl python ruby +jemalloc" CDEPEND="dev-lang/luajit:2 >=dev-libs/libtermkey-0.17 @@ -34,7 +34,9 @@ DEPEND="${CDEPEND} virtual/libintl" RDEPEND="${CDEPEND} perl? ( dev-lang/perl ) - python? ( dev-python/neovim-python-client )" + python? ( dev-python/neovim-python-client ) + ruby? ( dev-ruby/neovim-ruby-client ) +" CMAKE_BUILD_TYPE=RelWithDebInfo |