Gentoo Archives: gentoo-commits

From: Ole Reifschneider <tranquility@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/neovim/
Date: Sun, 25 Oct 2015 19:52:17
Message-Id: 1445802714.0dea6aaad59183e659c88ce2fedd1f6fe83f9098.tranquility@gentoo
1 commit: 0dea6aaad59183e659c88ce2fedd1f6fe83f9098
2 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 25 19:51:54 2015 +0000
4 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 25 19:51:54 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dea6aaa
7
8 app-editors/neovim: Add missing missing eutils eclass
9
10 It did work without it because cmake-utils inherited it.
11
12 Package-Manager: portage-2.2.23
13
14 app-editors/neovim/neovim-0.0.0_pre20151025.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-editors/neovim/neovim-0.0.0_pre20151025.ebuild b/app-editors/neovim/neovim-0.0.0_pre20151025.ebuild
18 index c202ad7..c084410 100644
19 --- a/app-editors/neovim/neovim-0.0.0_pre20151025.ebuild
20 +++ b/app-editors/neovim/neovim-0.0.0_pre20151025.ebuild
21 @@ -3,7 +3,7 @@
22 # $Id$
23
24 EAPI=5
25 -inherit cmake-utils flag-o-matic
26 +inherit cmake-utils eutils flag-o-matic
27
28 DESCRIPTION="Vim-fork focused on extensibility and agility."
29 HOMEPAGE="https://github.com/neovim/neovim"