From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1542521-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 9618915800A
	for <garchives@archives.gentoo.org>; Tue,  1 Aug 2023 16:24:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8DC4AE0C97;
	Tue,  1 Aug 2023 16:24:15 +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 73130E0C97
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Aug 2023 16:24:15 +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 5795E340441
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Aug 2023 16:24:14 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B91FCEA6
	for <gentoo-commits@lists.gentoo.org>; Tue,  1 Aug 2023 16:24:12 +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: <1690907016.66bb966cb710ace6b7b37f9994d6f96263015467.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.13.ebuild
X-VCS-Directories: sys-power/power-profiles-daemon/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 66bb966cb710ace6b7b37f9994d6f96263015467
X-VCS-Branch: master
Date: Tue,  1 Aug 2023 16:24:12 +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: af111d9c-c563-4e4d-99b1-2a274adfa5a8
X-Archives-Hash: f1da1dcf9f76c3511f9753ddeaf9449e

commit:     66bb966cb710ace6b7b37f9994d6f96263015467
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  1 16:23:36 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug  1 16:23:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bb966c

sys-power/power-profiles-daemon: Keyword 0.13 arm64, #911552

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

 sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild b/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild
index 0402ac72892e..a0c6f6115750 100644
--- a/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild
+++ b/sys-power/power-profiles-daemon/power-profiles-daemon-0.13.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://gitlab.freedesktop.org/hadess/${PN}/-/archive/${PV}/${P}.tar.bz
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 IUSE="gtk-doc test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"