diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-03-24 19:38:56 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-03-24 20:09:50 -0400 |
commit | 2b1813df5a0aa2bb26fe224d838f8195d13e61e5 (patch) | |
tree | 8bf1cec6e40980ba96eb98d765ee414d13119898 /app-vim/airline/airline-9999.ebuild | |
parent | profiles: update chromium mask for M67 (diff) | |
download | gentoo-2b1813df5a0aa2bb26fe224d838f8195d13e61e5.tar.gz gentoo-2b1813df5a0aa2bb26fe224d838f8195d13e61e5.tar.bz2 gentoo-2b1813df5a0aa2bb26fe224d838f8195d13e61e5.zip |
app-vim/airline: version bump to 0.9
Diffstat (limited to 'app-vim/airline/airline-9999.ebuild')
-rw-r--r-- | app-vim/airline/airline-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-vim/airline/airline-9999.ebuild b/app-vim/airline/airline-9999.ebuild index 248f1fbb3ed7..8f8c09743034 100644 --- a/app-vim/airline/airline-9999.ebuild +++ b/app-vim/airline/airline-9999.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 + inherit vim-plugin if [[ ${PV} != 9999* ]] ; then |