Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/fugitive/
Date: Fri, 29 Oct 2021 12:32:44
Message-Id: 1635510743.7ff98a5616d1b35611de5f73f647bca619ade008.sam@gentoo
1 commit: 7ff98a5616d1b35611de5f73f647bca619ade008
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 29 12:32:23 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 29 12:32:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff98a56
7
8 app-vim/fugitive: Stabilize 3.4 amd64, #816894
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-vim/fugitive/fugitive-3.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-vim/fugitive/fugitive-3.4.ebuild b/app-vim/fugitive/fugitive-3.4.ebuild
16 index 468c05838b3..52890b41ea1 100644
17 --- a/app-vim/fugitive/fugitive-3.4.ebuild
18 +++ b/app-vim/fugitive/fugitive-3.4.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git"
21 else
22 SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos"
24 + KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos"
25 S="${WORKDIR}/vim-${P}"
26 fi