diff options
Diffstat (limited to 'app-vim/supertab/supertab-2.1.ebuild')
-rw-r--r-- | app-vim/supertab/supertab-2.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-vim/supertab/supertab-2.1.ebuild b/app-vim/supertab/supertab-2.1.ebuild index deaa6bd8831d..ff7bf44a6a92 100644 --- a/app-vim/supertab/supertab-2.1.ebuild +++ b/app-vim/supertab/supertab-2.1.ebuild @@ -13,7 +13,4 @@ KEYWORDS="amd64 ~mips ppc ppc64 x86" VIM_PLUGIN_HELPFILES="${PN}.txt" -src_prepare() { - rm Makefile .gitignore || die - default -} +src_compile() { :; } |