diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:51 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-02 05:57:51 +0200 |
commit | 5b65ffa27db0a7e4952cb9f4d01bf8d8a8cdd00b (patch) | |
tree | 5173dfb1e2212eeb346ce9eecc39103dd0f41d81 /app-vim | |
parent | app-vim/nerdtree: Stabilize 6.4.3 amd64, #849197 (diff) | |
download | gentoo-5b65ffa27db0a7e4952cb9f4d01bf8d8a8cdd00b.tar.gz gentoo-5b65ffa27db0a7e4952cb9f4d01bf8d8a8cdd00b.tar.bz2 gentoo-5b65ffa27db0a7e4952cb9f4d01bf8d8a8cdd00b.zip |
app-vim/tlib: Stabilize 1.27 amd64, #849197
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/tlib/tlib-1.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-vim/tlib/tlib-1.27.ebuild b/app-vim/tlib/tlib-1.27.ebuild index aac06503bc74..22a3aabe2630 100644 --- a/app-vim/tlib/tlib-1.27.ebuild +++ b/app-vim/tlib/tlib-1.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/tomtom/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${MY_P} LICENSE="GPL-3" -KEYWORDS="~amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv ~x86" VIM_PLUGIN_HELPFILES="${PN}.txt" |