diff options
author | Tim Harder <radhermit@gentoo.org> | 2016-12-11 23:29:30 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2016-12-11 23:29:30 -0500 |
commit | 2b1c5b3e0fa00c446574e9c56bf58ad360cb361c (patch) | |
tree | 25a253dd71fd63d4493839b42128feabf04e8c32 /app-vim | |
parent | app-vim/minibufexpl: remove old (diff) | |
download | gentoo-2b1c5b3e0fa00c446574e9c56bf58ad360cb361c.tar.gz gentoo-2b1c5b3e0fa00c446574e9c56bf58ad360cb361c.tar.bz2 gentoo-2b1c5b3e0fa00c446574e9c56bf58ad360cb361c.zip |
app-vim/undotree: update to EAPI 6
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/undotree/undotree-5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/undotree/undotree-5.0.ebuild b/app-vim/undotree/undotree-5.0.ebuild index 9746d99bd625..8abab4dedfcc 100644 --- a/app-vim/undotree/undotree-5.0.ebuild +++ b/app-vim/undotree/undotree-5.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit vim-plugin vcs-snapshot |