diff options
author | 2023-02-23 22:28:25 +0200 | |
---|---|---|
committer | 2023-02-23 22:28:25 +0200 | |
commit | 65af1f2b92aa66bedb3d89e25fb2a3fb35a7a354 (patch) | |
tree | 1d2bf07b4dcc942c34008015176fc450aa1780d6 /app-editors | |
parent | www-plugins/chrome-binary-plugins: automated update (112.0.5596.2_alpha) (diff) | |
download | gentoo-65af1f2b92aa66bedb3d89e25fb2a3fb35a7a354.tar.gz gentoo-65af1f2b92aa66bedb3d89e25fb2a3fb35a7a354.tar.bz2 gentoo-65af1f2b92aa66bedb3d89e25fb2a3fb35a7a354.zip |
app-editors/vim-core: Stabilize 9.0.1157 amd64, #892033
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/vim-core-9.0.1157.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-9.0.1157.ebuild b/app-editors/vim-core/vim-core-9.0.1157.ebuild index 64e63ae0b84e..e3169ee5893c 100644 --- a/app-editors/vim-core/vim-core-9.0.1157.ebuild +++ b/app-editors/vim-core/vim-core-9.0.1157.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://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 S="${WORKDIR}/vim-${PV}" |