From 8103770c156cc67f980a952c46c1463854989dd6 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 19 Apr 2021 22:59:17 +0100 Subject: app-vim/genutils: forward stable keywords to 2.5-r1 Signed-off-by: Sam James --- app-vim/genutils/genutils-2.5-r1.ebuild | 5 +++-- app-vim/genutils/genutils-2.5.ebuild | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'app-vim/genutils') diff --git a/app-vim/genutils/genutils-2.5-r1.ebuild b/app-vim/genutils/genutils-2.5-r1.ebuild index 57fc9d0c385a..1d1770abc285 100644 --- a/app-vim/genutils/genutils-2.5-r1.ebuild +++ b/app-vim/genutils/genutils-2.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,9 +7,10 @@ inherit vim-plugin DESCRIPTION="vim plugin: library with various useful functions" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197" + SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" LICENSE="GPL-3" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPTEXT=\ "This plugin provides library functions and is not intended to be used diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild index 8cac5cf0724e..a34145df7079 100644 --- a/app-vim/genutils/genutils-2.5.ebuild +++ b/app-vim/genutils/genutils-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,6 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: library with various useful functions" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip" + LICENSE="GPL-3" KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86" -- cgit v1.2.3-65-gdbad