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 0667D15800A for ; Sun, 6 Aug 2023 06:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D6732BC013; Sun, 6 Aug 2023 06:47:13 +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 14A122BC013 for ; Sun, 6 Aug 2023 06:47:13 +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 51304340E53 for ; Sun, 6 Aug 2023 06:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3B4BF15 for ; Sun, 6 Aug 2023 06:47:10 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1691304371.682c90f675f9f20a4071c40f2cfe7379cdbc922e.xen0n@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: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 682c90f675f9f20a4071c40f2cfe7379cdbc922e X-VCS-Branch: master Date: Sun, 6 Aug 2023 06:47:10 +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: 3507d9c1-ef1e-434b-8b5a-f5387decca8b X-Archives-Hash: 314d0ca2d7ccaafd00e33c68c90afa0b commit: 682c90f675f9f20a4071c40f2cfe7379cdbc922e Author: WANG Xuerui gentoo org> AuthorDate: Sun Aug 6 06:46:11 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Aug 6 06:46:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=682c90f6 sys-power/power-profiles-daemon: keyword 0.13 for ~loong Bug: https://bugs.gentoo.org/911552 Signed-off-by: WANG Xuerui 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 a0c6f6115750..34541d66e079 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 ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong x86" IUSE="gtk-doc test" REQUIRED_USE="${PYTHON_REQUIRED_USE}"