From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1231925-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D1CD513835A
	for <garchives@archives.gentoo.org>; Thu, 17 Dec 2020 12:16:04 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 077ACE08AD;
	Thu, 17 Dec 2020 12:16:04 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E3E38E08AD
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Dec 2020 12:16:03 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id D881D340A6A
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Dec 2020 12:16:02 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ADE6BD
	for <gentoo-commits@lists.gentoo.org>; Thu, 17 Dec 2020 12:16:01 +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: <1608207359.36c77fd3a8c177a830e55224c2fd95dec5d31f30.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmbattery/
X-VCS-Repository: repo/gentoo
X-VCS-Files: x11-plugins/wmbattery/wmbattery-2.54.ebuild
X-VCS-Directories: x11-plugins/wmbattery/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 36c77fd3a8c177a830e55224c2fd95dec5d31f30
X-VCS-Branch: master
Date: Thu, 17 Dec 2020 12:16:01 +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: 25f8a018-7b7d-40bd-8859-dc406cb25aa3
X-Archives-Hash: 0cccde529037afa63f3269f91c60699e

commit:     36c77fd3a8c177a830e55224c2fd95dec5d31f30
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 17 12:15:52 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 17 12:15:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36c77fd3

x11-plugins/wmbattery: Stabilize 2.54 amd64, #757459

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

 x11-plugins/wmbattery/wmbattery-2.54.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-plugins/wmbattery/wmbattery-2.54.ebuild b/x11-plugins/wmbattery/wmbattery-2.54.ebuild
index 1163ee08146..f8aa6f8bd2f 100644
--- a/x11-plugins/wmbattery/wmbattery-2.54.ebuild
+++ b/x11-plugins/wmbattery/wmbattery-2.54.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://www.dockapps.net/download/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc -sparc x86"
+KEYWORDS="amd64 ~ppc -sparc x86"
 IUSE="apm +upower"
 
 RDEPEND="apm? ( sys-apps/apmd )