diff options
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild | 4 | ||||
-rw-r--r-- | app-vim/nerdcommenter/nerdcommenter-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild b/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild index 63e3b46538bb..9075cc0f3438 100644 --- a/app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-2.5.2.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=7 @@ -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 ~x86-macos ~sparc64-solaris" + KEYWORDS="amd64 x86 ~x86-linux ~sparc64-solaris" 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 8e558a99fa87..db8afe63bda7 100644 --- a/app-vim/nerdcommenter/nerdcommenter-9999.ebuild +++ b/app-vim/nerdcommenter/nerdcommenter-9999.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=7 @@ -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 ~x86-macos ~sparc64-solaris" + KEYWORDS="~amd64 ~x86 ~x86-linux ~sparc64-solaris" fi DESCRIPTION="vim plugin: easy commenting of code for many filetypes" |