diff options
author | Marco Scardovi <marco@scardovi.com> | 2021-06-28 19:59:50 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-07-08 18:52:18 +0200 |
commit | 853edaa90f6518e640148b2cd399927f032757ca (patch) | |
tree | 89a3ef327ccdd67063eb1986982ef5fef4c9c2e1 /app-vim | |
parent | app-vim/rust-vim: drop older version. (diff) | |
download | gentoo-853edaa90f6518e640148b2cd399927f032757ca.tar.gz gentoo-853edaa90f6518e640148b2cd399927f032757ca.tar.bz2 gentoo-853edaa90f6518e640148b2cd399927f032757ca.zip |
app-vim/brainfuck-syntax: EAPI bump to 7.
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild index 23437b6784fc..cba10340d936 100644 --- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild +++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit vim-plugin -DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting" +DESCRIPTION="Support for the brainfuck programming language" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716" LICENSE="BSD-2" KEYWORDS="amd64 ~mips ppc ppc64 x86" |