logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 5ed5d648099a7aaa462f739efbb44e41b9add06f
parent d84db66ef4b2366b38edeb3b4bfe6774eb9ab6ee
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  3 Jul 2021 16:51:10 +0200

app-editors/vim: EAPI-8 bump

Diffstat:

Mapp-editors/vim/vim-1.24.ebuild4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-editors/vim/vim-1.24.ebuild b/app-editors/vim/vim-1.24.ebuild @@ -1,10 +1,10 @@ -# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Copyright 2019-2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me> # Distributed under the terms of the GNU General Public License v2 # vim-1.14 can also be found but the first version of vim to work on Unix # is version 1.22, which I didn’t found. -EAPI=7 +EAPI=8 DESCRIPTION="Vi IMitation" HOMEPAGE="https://www.vim.org/ https://ftp.nluug.nl/pub/vim/old/"