commit:     f1877cc3e465be55cabb394c4b2dd96b461bbd75
Author:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  8 06:57:42 2015 +0000
Commit:     Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Wed Jul  8 06:57:42 2015 +0000
URL:        https://gitweb.gentoo.org/dev/yngwin.git/commit/?id=f1877cc3

app-editors/neovim: update live ebuild

 app-editors/neovim/neovim-9999.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-editors/neovim/neovim-9999.ebuild 
b/app-editors/neovim/neovim-9999.ebuild
index cce4e62..6692c2a 100644
--- a/app-editors/neovim/neovim-9999.ebuild
+++ b/app-editors/neovim/neovim-9999.ebuild
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/neovim/neovim-0.0.0_pre20150329.ebuild,v 
1.1 2015/03/29 04:03:56 yngwin Exp $
 
 EAPI=5
 inherit cmake-utils flag-o-matic
@@ -10,7 +10,6 @@ HOMEPAGE="https://github.com/neovim/neovim";
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
        EGIT_REPO_URI="git://github.com/neovim/neovim.git"
-       KEYWORDS=""
 else
        SRC_URI="http://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz";
        KEYWORDS="~amd64 ~x86"
@@ -38,7 +37,7 @@ RDEPEND="${CDEPEND}
 src_prepare() {
        # use our system vim dir
        sed -e '/^# define SYS_VIMRC_FILE/s|$VIM|'"${EPREFIX}"'/etc/vim|' \
-               -i src/nvim/os_unix_defs.h || die
+               -i src/nvim/os/unix_defs.h || die
        cmake-utils_src_prepare
 }
 

Reply via email to