diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-04-08 21:41:37 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-04-08 21:56:28 +0100 |
commit | b05cac83242bdef167a9f0aa9adcd1a7b5c4da36 (patch) | |
tree | 2633b1b8b6eccb895fb25ba1e367d476b54cfe88 /app-vim | |
parent | app-vim/exheres-syntax: add 20201115 (diff) | |
download | gentoo-b05cac83242bdef167a9f0aa9adcd1a7b5c4da36.tar.gz gentoo-b05cac83242bdef167a9f0aa9adcd1a7b5c4da36.tar.bz2 gentoo-b05cac83242bdef167a9f0aa9adcd1a7b5c4da36.zip |
app-vim/exheres-syntax: update live ebuild to EAPI 8
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/exheres-syntax/exheres-syntax-99999999.ebuild | 5 |
1 files 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" |