From: Tim Harder Date: Mon, 13 Jan 2020 03:00:34 +0000 (-0700) Subject: app-vim/airline: update live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d3ae6240e11d7dcab1218b2bff12dfeeb671ab01;p=gentoo.git app-vim/airline: update live ebuild Signed-off-by: Tim Harder --- diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild index 5c0506370c59..811a2c7d14b5 100644 --- a/app-vim/airline/airline-9999.ebuild +++ b/app-vim/airline/airline-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -25,5 +25,5 @@ src_prepare() { default # remove unwanted files - rm -r t Gemfile Rakefile LICENSE README* || die + rm -r t Gemfile Rakefile LICENSE README* .travis.yml .gitignore || die }