commit: 0dea6aaad59183e659c88ce2fedd1f6fe83f9098 Author: Ole Reifschneider <tranquility <AT> gentoo <DOT> org> AuthorDate: Sun Oct 25 19:51:54 2015 +0000 Commit: Ole Reifschneider <tranquility <AT> gentoo <DOT> org> CommitDate: Sun Oct 25 19:51:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dea6aaa
app-editors/neovim: Add missing missing eutils eclass It did work without it because cmake-utils inherited it. Package-Manager: portage-2.2.23 app-editors/neovim/neovim-0.0.0_pre20151025.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/neovim/neovim-0.0.0_pre20151025.ebuild b/app-editors/neovim/neovim-0.0.0_pre20151025.ebuild index c202ad7..c084410 100644 --- a/app-editors/neovim/neovim-0.0.0_pre20151025.ebuild +++ b/app-editors/neovim/neovim-0.0.0_pre20151025.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit cmake-utils flag-o-matic +inherit cmake-utils eutils flag-o-matic DESCRIPTION="Vim-fork focused on extensibility and agility." HOMEPAGE="https://github.com/neovim/neovim"
