diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-08 22:55:39 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-08 22:55:39 +0200 |
commit | da9b2203a29976889093e5d02019d889f73ff4de (patch) | |
tree | 908f1683bac864bce2aa7f168c4f6c9b4b7cf7c7 /app-editors | |
parent | app-editors/vim: Stabilize 9.0.1777 sparc, #919477 (diff) | |
download | gentoo-da9b2203a29976889093e5d02019d889f73ff4de.tar.gz gentoo-da9b2203a29976889093e5d02019d889f73ff4de.tar.bz2 gentoo-da9b2203a29976889093e5d02019d889f73ff4de.zip |
app-editors/vim-core: Stabilize 9.0.1777 x86, #919477
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/vim-core/vim-core-9.0.1777.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-9.0.1777.ebuild b/app-editors/vim-core/vim-core-9.0.1777.ebuild index 76186ca42693..f28bf23d063f 100644 --- a/app-editors/vim-core/vim-core-9.0.1777.ebuild +++ b/app-editors/vim-core/vim-core-9.0.1777.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 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi S="${WORKDIR}/vim-${PV}" |