commit: d7fd10a2d6261dffa285612c7409dbd3df1ef28e
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 6 18:36:06 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan 6 18:36:06 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7fd10a2
app-vim/nerdcommenter: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-vim/nerdcommenter/nerdcommenter-2.5.2.ebuild | 4 ++--
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 63e3b46538b..9075cc0f343 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 8e558a99fa8..db8afe63bda 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"