commit: 092ec10101ea5b54a8df1992a3d02018fb75e3af
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 9 19:26:37 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 19:26:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092ec101
app-vim/fugitive: Stabilize 3.7 amd64, #919622
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-vim/fugitive/fugitive-3.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-vim/fugitive/fugitive-3.7.ebuild
b/app-vim/fugitive/fugitive-3.7.ebuild
index e0e4ec9939dc..822c25821985 100644
--- a/app-vim/fugitive/fugitive-3.7.ebuild
+++ b/app-vim/fugitive/fugitive-3.7.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git"
else
SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz ->
${P}.tar.gz"
- KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos"
+ KEYWORDS="amd64 ~x86 ~ppc-macos ~x64-macos"
S="${WORKDIR}/vim-${P}"
fi