diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-05-19 16:37:51 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-05-19 17:22:50 +0800 |
commit | c64d7a2f3d36a85584ab70e3688daca45d07cdbb (patch) | |
tree | 437bcd29bc5092eb101421f42213b9001144bfff /app-vim | |
parent | x11-themes/gtk-engines-adwaita: add riscv keyword (diff) | |
download | gentoo-c64d7a2f3d36a85584ab70e3688daca45d07cdbb.tar.gz gentoo-c64d7a2f3d36a85584ab70e3688daca45d07cdbb.tar.bz2 gentoo-c64d7a2f3d36a85584ab70e3688daca45d07cdbb.zip |
app-vim/gtk-syntax: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gtk-syntax/gtk-syntax-20130716.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild index b498994c9d19..6f5ae7886325 100644 --- a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild +++ b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild @@ -8,4 +8,4 @@ inherit vim-plugin DESCRIPTION="vim plugin: Syntax highlighting for GLib, Gtk+, Xlib, Gimp, Gnome, and more" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1000" LICENSE="vim" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" |