diff options
author | 2019-04-08 14:02:21 -0400 | |
---|---|---|
committer | 2019-04-08 14:03:57 -0400 | |
commit | 2db44bacae1e2ce1d241b755649ac3a6fec2b898 (patch) | |
tree | 9d3c028cbdb886429ec07d5bbe5b12cb20146823 /app-editors/gvim | |
parent | app-editors/vim: arm64 stable (bug #678752) (diff) | |
download | gentoo-2db44bacae1e2ce1d241b755649ac3a6fec2b898.tar.gz gentoo-2db44bacae1e2ce1d241b755649ac3a6fec2b898.tar.bz2 gentoo-2db44bacae1e2ce1d241b755649ac3a6fec2b898.zip |
app-editors/gvim: arm64 stable (bug #678752)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'app-editors/gvim')
-rw-r--r-- | app-editors/gvim/gvim-8.1.0648-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/gvim/gvim-8.1.0648-r1.ebuild b/app-editors/gvim/gvim-8.1.0648-r1.ebuild index 5de30236a277..0cc410cd0f51 100644 --- a/app-editors/gvim/gvim-8.1.0648-r1.ebuild +++ b/app-editors/gvim/gvim-8.1.0648-r1.ebuild @@ -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.0.0938-gentoo-patches.tar.bz2" - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" fi DESCRIPTION="GUI version of the Vim text editor" |