diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 18:24:34 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:50 +0200 |
commit | 4bb4fcc9857f377dce3905a7e160ea3ac4b62bee (patch) | |
tree | 2781c0eb61ddf1686181aef13f02532c789d4882 /app-vim | |
parent | app-vim/vimcdoc: version bump (2.4.0) (diff) | |
download | gentoo-4bb4fcc9857f377dce3905a7e160ea3ac4b62bee.tar.gz gentoo-4bb4fcc9857f377dce3905a7e160ea3ac4b62bee.tar.bz2 gentoo-4bb4fcc9857f377dce3905a7e160ea3ac4b62bee.zip |
app-vim/vim-commentary: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild b/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild index a717143cd472..e9d710309ccd 100644 --- a/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild +++ b/app-vim/vim-commentary/vim-commentary-1.3_p20180530.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin vcs-snapshot |