From: Tim Harder Date: Sat, 24 Sep 2016 01:39:02 +0000 (-0400) Subject: app-vim/languagetool: drop unused eutils eclass X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3ce89ad551c2e218e93726a10b8481a291b65e02;p=gentoo.git app-vim/languagetool: drop unused eutils eclass --- diff --git a/app-vim/languagetool/languagetool-1.29.ebuild b/app-vim/languagetool/languagetool-1.29.ebuild index 3dcbcc79cee8..1bd45287194b 100644 --- a/app-vim/languagetool/languagetool-1.29.ebuild +++ b/app-vim/languagetool/languagetool-1.29.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=6 -inherit vim-plugin eutils +inherit vim-plugin MY_PN=LanguageTool DESCRIPTION="grammar checker for various languages"