summaryrefslogtreecommitdiff
blob: 00ff769b47a9abeaf2d3dcc8123cfaeeb436cc6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5
inherit cmake-utils git-r3

DESCRIPTION="Vim's rebirth for the 21st century"
HOMEPAGE="https://github.com/neovim/neovim"
EGIT_REPO_URI="git://github.com/neovim/neovim.git"

LICENSE="vim"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="app-admin/eselect-vi
	sys-libs/ncurses"
DEPEND="${RDEPEND}
	>=dev-libs/libuv-0.11.19"