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 DA046138334 for ; Wed, 7 Nov 2018 21:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1893FE0975; Wed, 7 Nov 2018 21:20:37 +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 EB93CE0975 for ; Wed, 7 Nov 2018 21:20:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E78B335C36 for ; Wed, 7 Nov 2018 21:20:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B6C7450 for ; Wed, 7 Nov 2018 21:20:32 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1541625626.703d06fabdb50a06b0b3056ebdfd0b0dd19b763d.blueness@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.30.ebuild X-VCS-Directories: sys-power/acpid/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 703d06fabdb50a06b0b3056ebdfd0b0dd19b763d X-VCS-Branch: master Date: Wed, 7 Nov 2018 21:20:32 +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-Archives-Salt: c28235ff-d41d-47e2-8409-94461db911d5 X-Archives-Hash: b071485c39c1328f0a04cba53ec22f10 commit: 703d06fabdb50a06b0b3056ebdfd0b0dd19b763d Author: Anthony G. Basile gentoo org> AuthorDate: Wed Nov 7 21:19:59 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Nov 7 21:20:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703d06fa sys-power/acpid: keyword ~arm Signed-off-by: Anthony G. Basile gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 sys-power/acpid/acpid-2.0.30.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/acpid/acpid-2.0.30.ebuild b/sys-power/acpid/acpid-2.0.30.ebuild index 5a03e4e034b..52a2ac1739c 100644 --- a/sys-power/acpid/acpid-2.0.30.ebuild +++ b/sys-power/acpid/acpid-2.0.30.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ia64 x86" +KEYWORDS="amd64 ~arm ~arm64 ia64 x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-apm )"