summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-13 18:58:54 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-13 18:58:54 +0000
commitaff06eec03cd077a905822904f9670659e8b2753 (patch)
tree0cb2afd1254a87e0ae0f9c6c174aba8cecc16d18 /app-editors
parentapp-editors/vim: Stabilize 9.0.1503 amd64, #908424 (diff)
downloadgentoo-aff06eec03cd077a905822904f9670659e8b2753.tar.gz
gentoo-aff06eec03cd077a905822904f9670659e8b2753.tar.bz2
gentoo-aff06eec03cd077a905822904f9670659e8b2753.zip
app-editors/vim-core: Stabilize 9.0.1503 arm64, #908424
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/vim-core/vim-core-9.0.1503.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-9.0.1503.ebuild b/app-editors/vim-core/vim-core-9.0.1503.ebuild
index 2db45a7d21f6..f969ee540bbb 100644
--- a/app-editors/vim-core/vim-core-9.0.1503.ebuild
+++ b/app-editors/vim-core/vim-core-9.0.1503.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}"