From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1736853-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id 489B51584AD for <garchives@archives.gentoo.org>; Sun, 13 Apr 2025 17:19:44 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 35D083430D6 for <garchives@archives.gentoo.org>; Sun, 13 Apr 2025 17:19:44 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 52A5A1104B1; Sun, 13 Apr 2025 17:19:40 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 4BF541104B1 for <gentoo-commits@lists.gentoo.org>; Sun, 13 Apr 2025 17:19:40 +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 057683430AA for <gentoo-commits@lists.gentoo.org>; Sun, 13 Apr 2025 17:19:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C4701688 for <gentoo-commits@lists.gentoo.org>; Sun, 13 Apr 2025 17:19:38 +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: <1744564761.bacd11ccc8643082b221db678c07bb529c2726b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/upower/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/upower/upower-1.90.7.ebuild X-VCS-Directories: sys-power/upower/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bacd11ccc8643082b221db678c07bb529c2726b4 X-VCS-Branch: master Date: Sun, 13 Apr 2025 17:19:38 +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: 4a50fc67-d07f-41e0-b3e9-c2f5875d4a2a X-Archives-Hash: 8065358b4348181347d4991504d1a2b9 commit: bacd11ccc8643082b221db678c07bb529c2726b4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 13 17:19:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 13 17:19:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacd11cc sys-power/upower: Stabilize 1.90.7 arm64, #953729 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-power/upower/upower-1.90.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/upower/upower-1.90.7.ebuild b/sys-power/upower/upower-1.90.7.ebuild index dbc41ce30edb..67ad70ed9f6f 100644 --- a/sys-power/upower/upower-1.90.7.ebuild +++ b/sys-power/upower/upower-1.90.7.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}-v${PV}" LICENSE="GPL-2+" SLOT="0/3" # based on SONAME of libupower-glib.so -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" # gtk-doc files are not available as prebuilt in the tarball IUSE="doc +introspection ios policykit selinux test"