diff options
Diffstat (limited to 'app-vim/nerdcommenter/nerdcommenter-9999.ebuild')
-rw-r--r-- | app-vim/nerdcommenter/nerdcommenter-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |