From 6d2df6f4b71756f49d6afeb99ef76b693bd39742 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 25 May 2023 21:53:25 +0200 Subject: */*: remove sparc64-solaris keyword Signed-off-by: Fabian Groffen --- app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild | 2 +- app-vim/nerdcommenter/nerdcommenter-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-vim/nerdcommenter') 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" -- cgit v1.2.3-65-gdbad