diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-05-25 21:53:25 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-05-25 21:53:25 +0200 |
commit | 6d2df6f4b71756f49d6afeb99ef76b693bd39742 (patch) | |
tree | 523a02902af606af672c99fbe0c798d9a9e149e0 /app-vim | |
parent | profiles: remove sparc-solaris (diff) | |
download | gentoo-6d2df6f4b71756f49d6afeb99ef76b693bd39742.tar.gz gentoo-6d2df6f4b71756f49d6afeb99ef76b693bd39742.tar.bz2 gentoo-6d2df6f4b71756f49d6afeb99ef76b693bd39742.zip |
*/*: remove sparc64-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/gentoo-syntax/gentoo-syntax-10.ebuild | 2 | ||||
-rw-r--r-- | app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild | 2 | ||||
-rw-r--r-- | app-vim/nerdcommenter/nerdcommenter-9999.ebuild | 2 | ||||
-rw-r--r-- | app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild b/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild index 94c10305faef..ae7af7361fab 100644 --- a/app-vim/gentoo-syntax/gentoo-syntax-10.ebuild +++ b/app-vim/gentoo-syntax/gentoo-syntax-10.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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="ignore-glep31" VIM_PLUGIN_HELPFILES="gentoo-syntax" diff --git a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild index c5f260511995..ebe89a368334 100644 --- a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86 ~x86-linux ~sparc64-solaris" + KEYWORDS="amd64 x86 ~x86-linux" fi DESCRIPTION="vim plugin: easy commenting of code for many filetypes" diff --git a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild b/app-vim/nerdcommenter/nerdcommenter-9999.ebuild index 05ad9acab198..d9f929b59afc 100644 --- a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-9999.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/scrooloose/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~x86-linux ~sparc64-solaris" + KEYWORDS="~amd64 ~x86 ~x86-linux" fi DESCRIPTION="vim plugin: easy commenting of code for many filetypes" diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild index 453455f85dd7..92e6310592f7 100644 --- a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild +++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild @@ -8,7 +8,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit" HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830" LICENSE="vim" -KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="" VIM_PLUGIN_HELPTEXT=\ |