app-vim/phpdocs: unkeyword all for ~alpha

Bug: https://bugs.gentoo.org/873523
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Matoro Mahri
2023-12-08 11:16:39 -05:00
committed by Arthur Zamarin
parent 7a8644e0b6
commit 6a8d397467
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -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="amd64 ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"

View File

@@ -9,7 +9,7 @@ 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="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
VIM_PLUGIN_HELPURI="https://www.vim.org/scripts/script.php?script_id=520"