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 233D815817D for ; Thu, 20 Jun 2024 10:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B36E82BC016; Thu, 20 Jun 2024 10:16:06 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9ABEC2BC015 for ; Thu, 20 Jun 2024 10:16:06 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6BDF33D3CF for ; Thu, 20 Jun 2024 10:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C842A1D3A for ; Thu, 20 Jun 2024 10:16:02 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1718878554.23e7b85178e61a3cc091c7e74dca44f6b06764ba.arthurzam@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.56.ebuild X-VCS-Directories: x11-plugins/wmbattery/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 23e7b85178e61a3cc091c7e74dca44f6b06764ba X-VCS-Branch: master Date: Thu, 20 Jun 2024 10:16:02 +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: 4bb3f7ee-0b58-4788-b913-7f6400ca32d2 X-Archives-Hash: c76716712b22f0e70a4ea66d6eb419e0 commit: 23e7b85178e61a3cc091c7e74dca44f6b06764ba Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jun 20 10:15:54 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Jun 20 10:15:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e7b851 x11-plugins/wmbattery: Stabilize 2.56 amd64, #933625 Signed-off-by: Arthur Zamarin gentoo.org> x11-plugins/wmbattery/wmbattery-2.56.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-plugins/wmbattery/wmbattery-2.56.ebuild b/x11-plugins/wmbattery/wmbattery-2.56.ebuild index 6fe914cffd52..e9589452647d 100644 --- a/x11-plugins/wmbattery/wmbattery-2.56.ebuild +++ b/x11-plugins/wmbattery/wmbattery-2.56.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 )