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 A2789138335 for ; Wed, 13 Jun 2018 18:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB467E08F4; Wed, 13 Jun 2018 18:52:06 +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 C3F08E08F4 for ; Wed, 13 Jun 2018 18:52:06 +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 E2F1F335C06 for ; Wed, 13 Jun 2018 18:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 982352D6 for ; Wed, 13 Jun 2018 18:52:04 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1528915918.41dbda492829e663829f56c44875ac00a47b0707.maekke@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.29-r1.ebuild X-VCS-Directories: sys-power/acpid/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 41dbda492829e663829f56c44875ac00a47b0707 X-VCS-Branch: master Date: Wed, 13 Jun 2018 18:52:04 +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: 44f94b16-8713-46e6-89fa-c563c97635f7 X-Archives-Hash: a2015d15e74a35211a85b022cea278fc commit: 41dbda492829e663829f56c44875ac00a47b0707 Author: Markus Meier gentoo org> AuthorDate: Wed Jun 13 18:50:53 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Jun 13 18:51:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41dbda49 sys-power/acpid: add ~arm, bug #657332 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="arm" sys-power/acpid/acpid-2.0.29-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/acpid/acpid-2.0.29-r1.ebuild b/sys-power/acpid/acpid-2.0.29-r1.ebuild index f751df7c4bc..d625388e973 100644 --- a/sys-power/acpid/acpid-2.0.29-r1.ebuild +++ b/sys-power/acpid/acpid-2.0.29-r1.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 )"