commit: 8408f8fd1f05f6cadf60026d1d6fcaa0fbdee53a Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Thu Jun 2 03:57:54 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Thu Jun 2 03:57:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8408f8fd
app-vim/yankring: Stabilize 19.0-r1 amd64, #849197 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-vim/yankring/yankring-19.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-vim/yankring/yankring-19.0-r1.ebuild b/app-vim/yankring/yankring-19.0-r1.ebuild index 37789791440c..8f9b7bfca23b 100644 --- a/app-vim/yankring/yankring-19.0-r1.ebuild +++ b/app-vim/yankring/yankring-19.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,4 +8,4 @@ inherit vim-plugin DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1234" LICENSE="vim" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86"
