From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D799158087 for ; Fri, 29 Oct 2021 18:30:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4CECE0858; Fri, 29 Oct 2021 18:30:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AA0FE0858 for ; Fri, 29 Oct 2021 18:30:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9194434324B for ; Fri, 29 Oct 2021 18:30:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A9B8192 for ; Fri, 29 Oct 2021 18:30:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635532160.bbab44b7531ab2a80c9e42aa95e28f402fb0c56d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/fugitive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/fugitive/fugitive-3.4.ebuild X-VCS-Directories: app-vim/fugitive/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bbab44b7531ab2a80c9e42aa95e28f402fb0c56d X-VCS-Branch: master Date: Fri, 29 Oct 2021 18:30:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2c97d61f-f1df-4caa-b0ad-597d92132ac7 X-Archives-Hash: 499bc365bb9484ac0f56df32c418251d commit: bbab44b7531ab2a80c9e42aa95e28f402fb0c56d Author: Sam James gentoo org> AuthorDate: Fri Oct 29 18:29:20 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 29 18:29:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbab44b7 app-vim/fugitive: Stabilize 3.4 x86, #816894 Signed-off-by: Sam James gentoo.org> app-vim/fugitive/fugitive-3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/fugitive/fugitive-3.4.ebuild b/app-vim/fugitive/fugitive-3.4.ebuild index 52890b41ea1..099b1046e1b 100644 --- a/app-vim/fugitive/fugitive-3.4.ebuild +++ b/app-vim/fugitive/fugitive-3.4.ebuild @@ -9,7 +9,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