Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim-core/
Date: Wed, 17 Aug 2022 07:10:01
Message-Id: 1660720175.a3bc38301eabd912c8d2610895a136b106e47100.ago@gentoo
1 commit: a3bc38301eabd912c8d2610895a136b106e47100
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 17 07:09:35 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 17 07:09:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3bc3830
7
8 app-editors/vim-core: x86 stable wrt bug #865123
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 app-editors/vim-core/vim-core-9.0.0099.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/vim-core/vim-core-9.0.0099.ebuild b/app-editors/vim-core/vim-core-9.0.0099.ebuild
16 index 9e3fd6ddab1e..f01043a5b22c 100644
17 --- a/app-editors/vim-core/vim-core-9.0.0099.ebuild
18 +++ b/app-editors/vim-core/vim-core-9.0.0099.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
20 else
21 SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.tar.gz
22 https://gitweb.gentoo.org/proj/vim-patches.git/snapshot/vim-patches-vim-9.0.0049-patches.tar.gz"
23 - 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"
24 + 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"
25 fi
26 S="${WORKDIR}/vim-${PV}"