From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1565346-garchives=archives.gentoo.org@lists.gentoo.org>
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 5D82A158089
	for <garchives@archives.gentoo.org>; Wed, 25 Oct 2023 01:32:44 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 655F72BC016;
	Wed, 25 Oct 2023 01:32:43 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 4EAF52BC016
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 01:32:43 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 8C5D4335CEE
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 01:32:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D58EC12C1
	for <gentoo-commits@lists.gentoo.org>; Wed, 25 Oct 2023 01:32:40 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1698197528.55ba31cc3e54067215017ac2bb5360a7c6a48197.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/bufexplorer/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-vim/bufexplorer/bufexplorer-7.4.25.ebuild
X-VCS-Directories: app-vim/bufexplorer/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 55ba31cc3e54067215017ac2bb5360a7c6a48197
X-VCS-Branch: master
Date: Wed, 25 Oct 2023 01:32:40 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: b8a6609e-0d52-40e9-8713-30fd57e5d03e
X-Archives-Hash: 02a2c4843f020e57d74e1223dd999894

commit:     55ba31cc3e54067215017ac2bb5360a7c6a48197
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 01:32:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 01:32:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ba31cc

app-vim/bufexplorer: Stabilize 7.4.25 amd64, #830866

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-vim/bufexplorer/bufexplorer-7.4.25.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild
index a7bbd1389d65..eb1fed880037 100644
--- a/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild
+++ b/app-vim/bufexplorer/bufexplorer-7.4.25.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="
 SRC_URI="https://github.com/jlanzarotta/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 S="${WORKDIR}/${PN}-v.${PV}"