diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-08-05 13:09:45 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-05 21:53:00 +0800 |
commit | 34a7ed47d834192bf61f3aeb400e3fdbc5942ac8 (patch) | |
tree | 8ef3fdeb6370da5f9686fc3f4d0a6bcd6ca9336a /app-vim/tlib | |
parent | app-vim/vimtex: keyword 1.5 for ~riscv (diff) | |
download | gentoo-34a7ed47d834192bf61f3aeb400e3fdbc5942ac8.tar.gz gentoo-34a7ed47d834192bf61f3aeb400e3fdbc5942ac8.tar.bz2 gentoo-34a7ed47d834192bf61f3aeb400e3fdbc5942ac8.zip |
app-vim/tlib: keyword 1.23 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-vim/tlib')
-rw-r--r-- | app-vim/tlib/tlib-1.23.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-vim/tlib/tlib-1.23.ebuild b/app-vim/tlib/tlib-1.23.ebuild index 20b0bde9ce8f..debbec9d3ea2 100644 --- a/app-vim/tlib/tlib-1.23.ebuild +++ b/app-vim/tlib/tlib-1.23.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="vim plugin: a library of utility functions" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1863 https://github.com/tomtom/tlib_vim" SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |