diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-23 12:00:20 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-02-23 12:54:55 +0000 |
commit | af853f14fcfda19e57e2203efcd37ee2ca83ab8b (patch) | |
tree | a889176b4e11644135c63cefadb67476099a5e77 /app-vim/brainfuck-syntax | |
parent | dev-libs/libxml2: stable 2.9.9 for ppc64, bug #618110 (diff) | |
download | gentoo-af853f14fcfda19e57e2203efcd37ee2ca83ab8b.tar.gz gentoo-af853f14fcfda19e57e2203efcd37ee2ca83ab8b.tar.bz2 gentoo-af853f14fcfda19e57e2203efcd37ee2ca83ab8b.zip |
app-vim/brainfuck-syntax: stable 1.0.3 for ppc64, bug #665774
Package-Manager: Portage-2.3.62, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-vim/brainfuck-syntax')
-rw-r--r-- | app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild index ff17017fa632..aba631cd0395 100644 --- a/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild +++ b/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.3.ebuild @@ -7,6 +7,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=716" LICENSE="BSD-2" -KEYWORDS="~amd64 ~mips ppc ~ppc64 x86" +KEYWORDS="~amd64 ~mips ppc ppc64 x86" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for BrainFuck source files." |