diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-01-25 16:18:19 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-01-25 16:18:19 -0800 |
commit | 5671613f07850086a11a1ace34816b498e9b69b7 (patch) | |
tree | d89423bc5dc9ede9e26177cf6e49d5f1c152e796 /app-vim | |
parent | profiles/alpha: Add '~alpha' to ACCEPT_KEYWORDS (diff) | |
download | gentoo-5671613f07850086a11a1ace34816b498e9b69b7.tar.gz gentoo-5671613f07850086a11a1ace34816b498e9b69b7.tar.bz2 gentoo-5671613f07850086a11a1ace34816b498e9b69b7.zip |
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-vim')
57 files changed, 57 insertions, 57 deletions
diff --git a/app-vim/align/align-43.ebuild b/app-vim/align/align-43.ebuild index 877894bd4964..1217d935038e 100644 --- a/app-vim/align/align-43.ebuild +++ b/app-vim/align/align-43.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: commands and maps to help produce aligned text" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=294" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" RDEPEND="app-vim/cecutil" diff --git a/app-vim/alternate/alternate-2.18-r1.ebuild b/app-vim/alternate/alternate-2.18-r1.ebuild index dd9a4b2a2719..eb2452ef0178 100644 --- a/app-vim/alternate/alternate-2.18-r1.ebuild +++ b/app-vim/alternate/alternate-2.18-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/vim-scripts/a.vim https://www.vim.org/scripts/script.php?script_id=31" LICENSE="alternate" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/autoalign/autoalign-14.ebuild b/app-vim/autoalign/autoalign-14.ebuild index 0d7d12e9d234..a4b6e3580c03 100644 --- a/app-vim/autoalign/autoalign-14.ebuild +++ b/app-vim/autoalign/autoalign-14.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: automatically align bib, c, c++, tex and vim code" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=884" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" if [[ ${PV} != 9999* ]] ; then diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild index 5df55562ff91..da6fd99f35f7 100644 --- a/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild +++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: BNF file syntax highlighting" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=250" LICENSE="vim.org" -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/breakpts/breakpts-4.0-r1.ebuild b/app-vim/breakpts/breakpts-4.0-r1.ebuild index 2358b0b21ccd..2667564163f6 100644 --- a/app-vim/breakpts/breakpts-4.0-r1.ebuild +++ b/app-vim/breakpts/breakpts-4.0-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: sets vim breakpoints visually" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=618" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" RDEPEND=" diff --git a/app-vim/cecutil/cecutil-17.ebuild b/app-vim/cecutil/cecutil-17.ebuild index 5ad2ee32c8a9..85e5ad0116fb 100644 --- a/app-vim/cecutil/cecutil-17.ebuild +++ b/app-vim/cecutil/cecutil-17.ebuild @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: library used by many of Charles Campbell's plugins" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1066" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild index 6459dc9faff8..240b2ae008be 100644 --- a/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild +++ b/app-vim/cfengine-syntax/cfengine-syntax-20141019.ebuild @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Cfengine 3 configuration files syntax" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2904 https://github.com/neilhwatson/vim_cf3" LICENSE="GPL-3+" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm ia64 ~mips ppc ppc64 s390 sparc x86" VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for Cfengine configuration diff --git a/app-vim/closetag/closetag-0.9.1-r1.ebuild b/app-vim/closetag/closetag-0.9.1-r1.ebuild index ab2e93def305..c3a23d7a17bf 100644 --- a/app-vim/closetag/closetag-0.9.1-r1.ebuild +++ b/app-vim/closetag/closetag-0.9.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: close HTML/XML tags quickly" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=13" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/cmdalias/cmdalias-3.0-r1.ebuild b/app-vim/cmdalias/cmdalias-3.0-r1.ebuild index 0d37167dd15c..44d07e91e562 100644 --- a/app-vim/cmdalias/cmdalias-3.0-r1.ebuild +++ b/app-vim/cmdalias/cmdalias-3.0-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: library for alias creation" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=746" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild index 7c04954fbc90..f2b32f4a9bef 100644 --- a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild +++ b/app-vim/colorschemes/colorschemes-20140623-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: a collection of color schemes from vim.org" HOMEPAGE="https://www.vim.org/" LICENSE="vim GPL-2 GPL-2+ GPL-3 GPL-3+ MIT BSD WTFPL-2 public-domain vim.org" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" VIM_PLUGIN_HELPTEXT=\ "This plugin provides a collection of color schemes for vim. To switch diff --git a/app-vim/colorsel/colorsel-20100406.ebuild b/app-vim/colorsel/colorsel-20100406.ebuild index 7c63a3c90123..03be1d10aab3 100644 --- a/app-vim/colorsel/colorsel-20100406.ebuild +++ b/app-vim/colorsel/colorsel-20100406.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: RGB / HSV color selector" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=927" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=12789 -> ${P}.zip" LICENSE="public-domain" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/cream/cream-0.43.ebuild b/app-vim/cream/cream-0.43.ebuild index 996ccd4a5a63..09dde882858d 100644 --- a/app-vim/cream/cream-0.43.ebuild +++ b/app-vim/cream/cream-0.43.ebuild @@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz IUSE="l10n_de l10n_en l10n_fr l10n_es" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" DEPEND=" >=app-editors/gvim-7.0 diff --git a/app-vim/ctx/ctx-1.17-r1.ebuild b/app-vim/ctx/ctx-1.17-r1.ebuild index 3d0faf39b45b..e7ba75efe04e 100644 --- a/app-vim/ctx/ctx-1.17-r1.ebuild +++ b/app-vim/ctx/ctx-1.17-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: display current scope context in a C file" HOMEPAGE="http://www.bluweb.com/us/chouser/proj/ctx/" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ppc x86" +KEYWORDS="~alpha amd64 ia64 ppc x86" VIM_PLUGIN_HELPURI="http://www.bluweb.com/us/chouser/proj/ctx/" diff --git a/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild b/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild index 48607fca05bf..ed01186b17e0 100644 --- a/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild +++ b/app-vim/curcmdmode/curcmdmode-1.0-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: library for extending vim's mode() function" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=745" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" RDEPEND="app-vim/genutils" diff --git a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild index 0132957321bd..ff07a2248b5c 100644 --- a/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild +++ b/app-vim/dhcpd-syntax/dhcpd-syntax-20030825-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for dhcpd.conf" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=744" LICENSE="vim" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for dhcpd.conf files." diff --git a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild index fd08be1bffec..d06979c9c949 100644 --- a/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild +++ b/app-vim/ebnf-syntax/ebnf-syntax-1.1-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: EBNF (ISO/IEC 14997) file syntax highlighting" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=545" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild index 3d04912e6153..0e62c1ee5e07 100644 --- a/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild +++ b/app-vim/enhancedcommentify/enhancedcommentify-2.3-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: enhanced comment creation" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=23" LICENSE="BSD" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="EnhancedCommentify" diff --git a/app-vim/errsign/errsign-0.1-r1.ebuild b/app-vim/errsign/errsign-0.1-r1.ebuild index 46ade2f94c13..c9592c46bf19 100644 --- a/app-vim/errsign/errsign-0.1-r1.ebuild +++ b/app-vim/errsign/errsign-0.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: display marks on lines with errors" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1027" LICENSE="vim.org" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild index a2703de17a75..4e1c4f0fb4d4 100644 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild +++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for eruby" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=403" LICENSE="vim.org" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby" diff --git a/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild b/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild index b51271c6fafe..ea10ddd21780 100644 --- a/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild +++ b/app-vim/eselect-syntax/eselect-syntax-20070506-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gentoo.org/" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="vim" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" DEPEND="!<app-vim/gentoo-syntax-20070506" RDEPEND="${DEPEND}" diff --git a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild index cac117a4fd89..99da06afb9fb 100644 --- a/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild +++ b/app-vim/fluxbox-syntax/fluxbox-syntax-1.5-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: fluxbox files syntax and indent" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=679" LICENSE="vim" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" RDEPEND="app-vim/genindent" diff --git a/app-vim/foldutil/foldutil-3.0-r1.ebuild b/app-vim/foldutil/foldutil-3.0-r1.ebuild index 034686ed7a4e..fc1ed812235a 100644 --- a/app-vim/foldutil/foldutil-3.0-r1.ebuild +++ b/app-vim/foldutil/foldutil-3.0-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: fold creation utility" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=158" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" RDEPEND=">=app-vim/genutils-2.0" diff --git a/app-vim/genindent/genindent-1.1-r1.ebuild b/app-vim/genindent/genindent-1.1-r1.ebuild index 910248ae4516..44e5d09a5df9 100644 --- a/app-vim/genindent/genindent-1.1-r1.ebuild +++ b/app-vim/genindent/genindent-1.1-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: library for simplifying indent files" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=678" LICENSE="vim" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild index 2a09ca25d5c2..5d1c1fa13955 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-20191127.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitweb.gentoo.org/proj/gentoo-syntax.git/snapshot/${P}.tar.bz2" LICENSE="vim" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="ignore-glep31" VIM_PLUGIN_HELPFILES="gentoo-syntax" diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild index ad3e2f826c81..a574618df732 100644 --- a/app-vim/genutils/genutils-2.5.ebuild +++ b/app-vim/genutils/genutils-2.5.ebuild @@ -9,7 +9,7 @@ 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/greputils/greputils-2.8-r1.ebuild b/app-vim/greputils/greputils-2.8-r1.ebuild index ad6fb677b12c..260e5354b911 100644 --- a/app-vim/greputils/greputils-2.8-r1.ebuild +++ b/app-vim/greputils/greputils-2.8-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: interface with grep, find and id-utils" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1062" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPURI="${HOMEPAGE}" diff --git a/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild b/app-vim/gtk-syntax/gtk-syntax-20130716.ebuild index cf82bae1635c..d8c9332d56bb 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 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild index bbe11531b29a..d0cd9a5cd914 100644 --- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: extra syntax highlighting for help files" HOMEPAGE="http://www.drchip.org/astronaut/vim/" LICENSE="public-domain" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ppc64 sparc x86" VIM_PLUGIN_HELPTEXT=\ "This plugin provides additional syntax highlighting for help files." diff --git a/app-vim/increment/increment-1.1-r1.ebuild b/app-vim/increment/increment-1.1-r1.ebuild index 12e6a64a35e8..1c845e8feccf 100644 --- a/app-vim/increment/increment-1.1-r1.ebuild +++ b/app-vim/increment/increment-1.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: easily create sequences of incremented values" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=842" LICENSE="vim.org" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="increment.txt" diff --git a/app-vim/info/info-1.7-r2.ebuild b/app-vim/info/info-1.7-r2.ebuild index 53f82639139d..0b7fc7095a66 100644 --- a/app-vim/info/info-1.7-r2.ebuild +++ b/app-vim/info/info-1.7-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: GNU info documentation browser" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=21" LICENSE="BSD" -KEYWORDS="alpha amd64 ia64 ppc s390 sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc s390 sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin adds the :Info command." diff --git a/app-vim/locateopen/locateopen-1.3-r1.ebuild b/app-vim/locateopen/locateopen-1.3-r1.ebuild index 0074be8f297c..7d29e724059a 100644 --- a/app-vim/locateopen/locateopen-1.3-r1.ebuild +++ b/app-vim/locateopen/locateopen-1.3-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: open a file without supplying a path" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=858" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" RDEPEND=" diff --git a/app-vim/multiplesearch/multiplesearch-1.3.ebuild b/app-vim/multiplesearch/multiplesearch-1.3.ebuild index 23969f4db751..1b93eeb4c6ca 100644 --- a/app-vim/multiplesearch/multiplesearch-1.3.ebuild +++ b/app-vim/multiplesearch/multiplesearch-1.3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: allows multiple highlighted searches" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=479" SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="MultipleSearch.txt" diff --git a/app-vim/multvals/multvals-3.10-r1.ebuild b/app-vim/multvals/multvals-3.10-r1.ebuild index 99c87201ac8f..1ed7423c60cf 100644 --- a/app-vim/multvals/multvals-3.10-r1.ebuild +++ b/app-vim/multvals/multvals-3.10-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: library for helping with arrays" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=171" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild index 37286c2a11f0..487751669d98 100644 --- a/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild +++ b/app-vim/nagios-syntax/nagios-syntax-1.8.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2261" SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" LICENSE="vim.org" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86" VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for Nagios configuration diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild index 74f867a5e412..34c5f6af2ded 100644 --- a/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild +++ b/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild @@ -9,6 +9,6 @@ DESCRIPTION="vim plugin: ntp.conf syntax highlighting" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=778" LICENSE="vim" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for ntp.conf files." diff --git a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild index 8b10a32617c6..3309a1f02fc4 100644 --- a/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild +++ b/app-vim/pgn-syntax/pgn-syntax-1.0-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: PGN (chess Portable Game Notation) syntax highlighting" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=677" LICENSE="vim.org" -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sparc x86" VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for PGN files." diff --git a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild index 40740286d0df..12911dc36c23 100644 --- a/app-vim/phpdocs/phpdocs-0.26-r1.ebuild +++ b/app-vim/phpdocs/phpdocs-0.26-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: PHPDoc Support in VIM" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=520" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520" diff --git a/app-vim/pushpop/pushpop-4.0-r1.ebuild b/app-vim/pushpop/pushpop-4.0-r1.ebuild index e17bb1a022ce..b013eefdcf28 100644 --- a/app-vim/pushpop/pushpop-4.0-r1.ebuild +++ b/app-vim/pushpop/pushpop-4.0-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: pushd / popd from the vim commandline" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=129" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" RDEPEND=" diff --git a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild index c9f0a4f2d4cd..8d2306f17dbe 100644 --- a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild +++ b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: Colour parentheses to differentiate nest levels" HOMEPAGE="https://github.com/kien/rainbow_parentheses.vim" SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86" DEPEND="app-arch/unzip" RDEPEND="${DEPEND}" diff --git a/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild b/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild index 27a3dd05e227..efebeb76721d 100644 --- a/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild +++ b/app-vim/searchcomplete/searchcomplete-1.1-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: tab completion in searches" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=474" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86" IUSE="" VIM_PLUGIN_HELPURI="http://www.vim.org/scripts/script.php?script_id=474" diff --git a/app-vim/securemodelines/securemodelines-20140926.ebuild b/app-vim/securemodelines/securemodelines-20140926.ebuild index 9d6b2045f0fe..5aabed6258ff 100644 --- a/app-vim/securemodelines/securemodelines-20140926.ebuild +++ b/app-vim/securemodelines/securemodelines-20140926.ebuild @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: secure, user-configurable modeline support" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1876 https://github.com/ciaranm/securemodelines" LICENSE="vim" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" VIM_PLUGIN_HELPTEXT="Make sure that you disable vim's builtin modeline support if you have enabled it in your .vimrc." diff --git a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild index 350a5c371503..eecf0f66cec4 100644 --- a/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild +++ b/app-vim/selinux-syntax/selinux-syntax-20041225-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: SELinux type enforcement policy syntax" HOMEPAGE="http://www.cip.ifi.lmu.de/~bleher/selinux/" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sparc x86" VIM_PLUGIN_HELPTEXT=\ "This plugin provides syntax highlighting for SELinux type enforcement diff --git a/app-vim/showmarks/showmarks-2.2-r1.ebuild b/app-vim/showmarks/showmarks-2.2-r1.ebuild index a28e80f254c9..c346a75b6f93 100644 --- a/app-vim/showmarks/showmarks-2.2-r1.ebuild +++ b/app-vim/showmarks/showmarks-2.2-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: show location marks visually" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=152" LICENSE="public-domain" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="showmarks.txt" diff --git a/app-vim/taglist/taglist-4.6.ebuild b/app-vim/taglist/taglist-4.6.ebuild index b4214d29c76e..d4e0205d3da1 100644 --- a/app-vim/taglist/taglist-4.6.ebuild +++ b/app-vim/taglist/taglist-4.6.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin eutils DESCRIPTION="vim plugin: ctags-based source code browser" HOMEPAGE="http://vim-taglist.sourceforge.net/" LICENSE="vim" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" RDEPEND="dev-util/ctags" diff --git a/app-vim/thlnk/thlnk-1.2.1-r1.ebuild b/app-vim/thlnk/thlnk-1.2.1-r1.ebuild index 430077ec35f1..b545a493ffab 100644 --- a/app-vim/thlnk/thlnk-1.2.1-r1.ebuild +++ b/app-vim/thlnk/thlnk-1.2.1-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: linking in plaintext" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=293" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="thlnk thlnk-reference-manual" diff --git a/app-vim/tmpl/tmpl-0.1-r1.ebuild b/app-vim/tmpl/tmpl-0.1-r1.ebuild index 3830427b32de..d5564a71431c 100644 --- a/app-vim/tmpl/tmpl-0.1-r1.ebuild +++ b/app-vim/tmpl/tmpl-0.1-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Syntax for Sam Tregar's HTML::Template" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=254" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86" IUSE="" VIM_PLUGIN_HELPURL="https://www.vim.org/scripts/script.php?script_id=254" diff --git a/app-vim/toggle/toggle-0.5-r1.ebuild b/app-vim/toggle/toggle-0.5-r1.ebuild index 7e312a8c91de..b5e7319aec18 100644 --- a/app-vim/toggle/toggle-0.5-r1.ebuild +++ b/app-vim/toggle/toggle-0.5-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: quickly toggle boolean-type keywords" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=895" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/uptime/uptime-1.3-r1.ebuild b/app-vim/uptime/uptime-1.3-r1.ebuild index c1c65ceeca84..7f92ca823f30 100644 --- a/app-vim/uptime/uptime-1.3-r1.ebuild +++ b/app-vim/uptime/uptime-1.3-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: display vim uptimes" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=965" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" IUSE="" VIM_PLUGIN_HELPFILES="uptime" diff --git a/app-vim/vim-latex/vim-latex-1.10.0.ebuild b/app-vim/vim-latex/vim-latex-1.10.0.ebuild index 1b4757120c67..58de37ae2552 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="http://vim-latex.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="~alpha amd64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild index 299ce0de31ba..52e4a215c1d0 100644 --- a/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild +++ b/app-vim/vim-tmux/vim-tmux-3.0.0.ebuild @@ -9,4 +9,4 @@ DESCRIPTION="vim plugin: tmux support for vim" HOMEPAGE="https://github.com/tmux-plugins/vim-tmux" SRC_URI="https://github.com/tmux-plugins/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain MIT" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86" diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild index 1a9eeea4e49e..610460192242 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 ~mips ppc sparc x86" S="${WORKDIR}/${PN}.vim-${PV}" diff --git a/app-vim/vimcommander/vimcommander-0.81.ebuild b/app-vim/vimcommander/vimcommander-0.81.ebuild index 991351f9bd3b..253292ca19ca 100644 --- a/app-vim/vimcommander/vimcommander-0.81.ebuild +++ b/app-vim/vimcommander/vimcommander-0.81.ebuild @@ -7,6 +7,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: Total Commander style file explorer" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=808" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" VIM_PLUGIN_HELPFILES="${PN}.txt" diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild index 476488e93c9e..de0e7cbb577a 100644 --- a/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild +++ b/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: easy and fast outlining" HOMEPAGE="https://github.com/vimoutliner/vimoutliner" SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="vimoutliner" VIM_PLUGIN_MESSAGES="filetype" diff --git a/app-vim/vimpython/vimpython-1.13-r2.ebuild b/app-vim/vimpython/vimpython-1.13-r2.ebuild index 9d7ea68bb944..5f279c41ebcd 100644 --- a/app-vim/vimpython/vimpython-1.13-r2.ebuild +++ b/app-vim/vimpython/vimpython-1.13-r2.ebuild @@ -10,7 +10,7 @@ inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: A set of menus/shortcuts to work with Python files" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=30" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ppc sparc x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" diff --git a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild index 4261c5cc64e3..db0cd727109d 100644 --- a/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild +++ b/app-vim/xquery-syntax/xquery-syntax-0.1-r2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: XQuery syntax highlighting" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=803" LICENSE="vim.org" -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" VIM_PLUGIN_HELPTEXT=\ diff --git a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild index 8bc90a7472cb..7fee2d238aa3 100644 --- a/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild +++ b/app-vim/xsl-syntax/xsl-syntax-0.3.11-r2.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Syntax for XSLT (with HTML and others)" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=257" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc ppc64 sparc x86" IUSE="" VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=257" diff --git a/app-vim/zoomwin/zoomwin-24-r1.ebuild b/app-vim/zoomwin/zoomwin-24-r1.ebuild index 81a1be2d4cba..e3c31af27c94 100644 --- a/app-vim/zoomwin/zoomwin-24-r1.ebuild +++ b/app-vim/zoomwin/zoomwin-24-r1.ebuild @@ -8,6 +8,6 @@ inherit vim-plugin DESCRIPTION="vim plugin: brief-style window zooming" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" LICENSE="vim" -KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" +KEYWORDS="~alpha amd64 ia64 ~mips ppc sparc x86" VIM_PLUGIN_HELPFILES="zoomwin" |