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 B56E0138335 for ; Mon, 18 Jun 2018 18:52:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 927E5E087C; Mon, 18 Jun 2018 18:52:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 62184E087C for ; Mon, 18 Jun 2018 18:52:28 +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 E7CFD335C7D for ; Mon, 18 Jun 2018 18:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D1692C2 for ; Mon, 18 Jun 2018 18:52:25 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1529347912.cb699123000788d3c96ec220463e6eb058d4d571.andrey_utkin@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: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: cb699123000788d3c96ec220463e6eb058d4d571 X-VCS-Branch: master Date: Mon, 18 Jun 2018 18:52:25 +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: 38e59a57-c9c7-49cb-a832-850f1a0688bd X-Archives-Hash: df906b0d12d2b2af41c8b8e912fdb450 commit: cb699123000788d3c96ec220463e6eb058d4d571 Author: Andrey Utkin gentoo org> AuthorDate: Mon Jun 18 17:57:38 2018 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Mon Jun 18 18:51:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb699123 Revert "sys-power/acpid: add ~arm, bug #657332" This reverts commit 41dbda492829e663829f56c44875ac00a47b0707. acpid daemon starts successfully on ARM, despite ACPI appears not available on this platform. ACPI is supported by Linux only on amd64, arm64, ia64, x86, according to drivers/acpi/Kconfig. Bug: https://bugs.gentoo.org/657332 Acked-by: Markus Meier gentoo.org> 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 d625388e973..f751df7c4bc 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 ~arm ~arm64 ia64 x86" +KEYWORDS="amd64 ~arm64 ia64 x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-apm )"