summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2022-08-17 09:09:35 +0200
committerAgostino Sarubbo <ago@gentoo.org>2022-08-17 09:09:35 +0200
commita3bc38301eabd912c8d2610895a136b106e47100 (patch)
tree70a428694261e3bac0664e1e85bf4f4086105553
parentapp-editors/vim: x86 stable wrt bug #865123 (diff)
downloadgentoo-a3bc38301eabd912c8d2610895a136b106e47100.tar.gz
gentoo-a3bc38301eabd912c8d2610895a136b106e47100.tar.bz2
gentoo-a3bc38301eabd912c8d2610895a136b106e47100.zip
app-editors/vim-core: x86 stable wrt bug #865123
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r--app-editors/vim-core/vim-core-9.0.0099.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/vim-core/vim-core-9.0.0099.ebuild b/app-editors/vim-core/vim-core-9.0.0099.ebuild
index 9e3fd6ddab1e..f01043a5b22c 100644
--- a/app-editors/vim-core/vim-core-9.0.0099.ebuild
+++ b/app-editors/vim-core/vim-core-9.0.0099.ebuild
@@ -15,7 +15,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
S="${WORKDIR}/vim-${PV}"