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 41B78158064 for ; Thu, 9 May 2024 09:23:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01A4FE29A6; Thu, 9 May 2024 09:23:21 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA5ACE299E for ; Thu, 9 May 2024 09:23:20 +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 A02A5343057 for ; Thu, 9 May 2024 09:23:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1296E1A4A for ; Thu, 9 May 2024 09:23:18 +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: <1715246582.6f2566424c1c6e469e5c345d3ef80383c8d2ee57.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/power-profiles-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/power-profiles-daemon/power-profiles-daemon-0.20.ebuild X-VCS-Directories: sys-power/power-profiles-daemon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f2566424c1c6e469e5c345d3ef80383c8d2ee57 X-VCS-Branch: master Date: Thu, 9 May 2024 09:23:18 +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: 941734b1-5de3-43f4-b572-dba2b201304c X-Archives-Hash: c65694676af4b2ca464cf17453d967f6 commit: 6f2566424c1c6e469e5c345d3ef80383c8d2ee57 Author: Sam James gentoo org> AuthorDate: Thu May 9 09:23:02 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 9 09:23:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f256642 sys-power/power-profiles-daemon: Stabilize 0.20 arm64, #931618 Signed-off-by: Sam James gentoo.org> sys-power/power-profiles-daemon/power-profiles-daemon-0.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/power-profiles-daemon/power-profiles-daemon-0.20.ebuild b/sys-power/power-profiles-daemon/power-profiles-daemon-0.20.ebuild index 9f76ae3ab164..19a775954aef 100644 --- a/sys-power/power-profiles-daemon/power-profiles-daemon-0.20.ebuild +++ b/sys-power/power-profiles-daemon/power-profiles-daemon-0.20.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/upower/power-profiles-daemon/" SRC_URI="https://gitlab.freedesktop.org/upower/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" +KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="gtk-doc selinux test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"