diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 17:21:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-08-16 17:22:02 +0300 |
commit | 4d7202f314cfd4f56d426615e40236309036c1f1 (patch) | |
tree | 7a0217ce74793f47ae699a57b3cb175eef08aa3a /app-vim | |
parent | app-vim/nerdtree: add 7.1.3 (diff) | |
download | gentoo-4d7202f314cfd4f56d426615e40236309036c1f1.tar.gz gentoo-4d7202f314cfd4f56d426615e40236309036c1f1.tar.bz2 gentoo-4d7202f314cfd4f56d426615e40236309036c1f1.zip |
app-vim/nerdtree: (live) update EAPI 7 -> 8
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/nerdtree/nerdtree-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/nerdtree/nerdtree-9999.ebuild b/app-vim/nerdtree/nerdtree-9999.ebuild index de6a9641db29..0377680a8462 100644 --- a/app-vim/nerdtree/nerdtree-9999.ebuild +++ b/app-vim/nerdtree/nerdtree-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vim-plugin |