commit: b05cac83242bdef167a9f0aa9adcd1a7b5c4da36 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sat Apr 8 20:41:37 2023 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sat Apr 8 20:56:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05cac83
app-vim/exheres-syntax: update live ebuild to EAPI 8 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-vim/exheres-syntax/exheres-syntax-99999999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild index 0038d7a3921f..74c1403f0642 100644 --- a/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild +++ b/app-vim/exheres-syntax/exheres-syntax-99999999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit vim-plugin git-r3 @@ -11,7 +11,6 @@ EGIT_REPO_URI="https://git.exherbo.org/git/exheres-syntax.git" LICENSE="vim" SLOT="0" -IUSE="" VIM_PLUGIN_HELPFILES="exheres-syntax" VIM_PLUGIN_MESSAGES="filetype"
