summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-01-06 14:01:21 +0100
committerFabian Groffen <grobian@gentoo.org>2021-01-06 14:01:21 +0100
commit268a9fe511d31a57fd590d1efeb913031faea58c (patch)
tree6c40f58b7eafa03e4ee589e36c3cf6bc87690fc4 /app-editors/gvim/gvim-8.2.0360.ebuild
parentapp-editors/emacs: drop x86-macos (diff)
downloadgentoo-268a9fe511d31a57fd590d1efeb913031faea58c.tar.gz
gentoo-268a9fe511d31a57fd590d1efeb913031faea58c.tar.bz2
gentoo-268a9fe511d31a57fd590d1efeb913031faea58c.zip
app-editors/gvim: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-editors/gvim/gvim-8.2.0360.ebuild')
-rw-r--r--app-editors/gvim/gvim-8.2.0360.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/gvim/gvim-8.2.0360.ebuild b/app-editors/gvim/gvim-8.2.0360.ebuild
index 2176fd3dd89b..91dc1d8447de 100644
--- a/app-editors/gvim/gvim-8.2.0360.ebuild
+++ b/app-editors/gvim/gvim-8.2.0360.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
@@ -16,7 +16,7 @@ if [[ ${PV} == 9999* ]]; then
else
SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz
https://dev.gentoo.org/~radhermit/vim/vim-8.2.0210-gentoo-patches.tar.bz2"
- KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
+ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
fi
DESCRIPTION="GUI version of the Vim text editor"