diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-16 21:53:50 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-16 21:53:50 +0300 |
commit | 0640f3dd5acccf3e4397d259616f1c5e8ece48c4 (patch) | |
tree | a7413ebd82e3929a58c9bc413e65fb337ea90a34 /app-editors | |
parent | app-editors/vim-core: Stabilize 9.0.0099 arm64, #865123 (diff) | |
download | gentoo-0640f3dd5acccf3e4397d259616f1c5e8ece48c4.tar.gz gentoo-0640f3dd5acccf3e4397d259616f1c5e8ece48c4.tar.bz2 gentoo-0640f3dd5acccf3e4397d259616f1c5e8ece48c4.zip |
app-editors/vim: Stabilize 9.0.0099 arm64, #865123
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-9.0.0099.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim/vim-9.0.0099.ebuild b/app-editors/vim/vim-9.0.0099.ebuild index 464647442c9f..a3074a6fcc29 100644 --- a/app-editors/vim/vim-9.0.0099.ebuild +++ b/app-editors/vim/vim-9.0.0099.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999* ]] ; then else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz https://gitweb.gentoo.org/proj/vim-patches.git/snapshot/vim-patches-vim-9.0.0049-patches.tar.gz" - KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi DESCRIPTION="Vim, an improved vi-style text editor" |