commit:     cb699123000788d3c96ec220463e6eb058d4d571
Author:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 18 17:57:38 2018 +0000
Commit:     Andrey Utkin <andrey_utkin <AT> gentoo <DOT> 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 <maekke <AT> 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 )"

Reply via email to