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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C17B13835A for ; Thu, 27 May 2021 14:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60262E092D; Thu, 27 May 2021 14:34:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47C27E092D for ; Thu, 27 May 2021 14:34:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 12477340D82 for ; Thu, 27 May 2021 14:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 625887A4 for ; Thu, 27 May 2021 14:34:19 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1622126004.96dcc161fc9310a735b06250fd14e5548431e744.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/acpid/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/acpid/acpid-2.0.32-r2.ebuild X-VCS-Directories: sys-power/acpid/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 96dcc161fc9310a735b06250fd14e5548431e744 X-VCS-Branch: master Date: Thu, 27 May 2021 14:34:19 +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: 39d504ce-f62f-44db-b213-3333b122c37d X-Archives-Hash: 8f4fe55e85ae2228139b7fd2ef7f713c commit: 96dcc161fc9310a735b06250fd14e5548431e744 Author: Yixun Lan gentoo org> AuthorDate: Thu May 27 13:49:04 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu May 27 14:33:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96dcc161 sys-power/acpid: add riscv keyword Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> sys-power/acpid/acpid-2.0.32-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-power/acpid/acpid-2.0.32-r2.ebuild b/sys-power/acpid/acpid-2.0.32-r2.ebuild index 1414427f03d..6b1e7d04fc5 100644 --- a/sys-power/acpid/acpid-2.0.32-r2.ebuild +++ b/sys-power/acpid/acpid-2.0.32-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ia64 x86" +KEYWORDS="amd64 ~arm arm64 ~ia64 ~riscv x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-apm )"