diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 22:23:21 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 22:23:21 +0200 |
commit | 5ea48ccbb5ae35fa1c0dbf904d0026a224e8fa2f (patch) | |
tree | b8321c22b9f567519cf42a1389b87d1e442c15a4 /app-editors | |
parent | app-editors/vim-core: Stabilize 9.0.1000 ppc, #884399 (diff) | |
download | gentoo-5ea48ccbb5ae35fa1c0dbf904d0026a224e8fa2f.tar.gz gentoo-5ea48ccbb5ae35fa1c0dbf904d0026a224e8fa2f.tar.bz2 gentoo-5ea48ccbb5ae35fa1c0dbf904d0026a224e8fa2f.zip |
app-editors/vim: Stabilize 9.0.1000 ppc, #884399
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim/vim-9.0.1000.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim/vim-9.0.1000.ebuild b/app-editors/vim/vim-9.0.1000.ebuild index 4520357e5aea..975addf05e9a 100644 --- a/app-editors/vim/vim-9.0.1000.ebuild +++ b/app-editors/vim/vim-9.0.1000.ebuild @@ -21,7 +21,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-${VIM_PATCHES_VERSION}-patches.tar.bz2" - 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" |