From: Andrey Utkin Date: Mon, 18 Jun 2018 17:57:38 +0000 (+0100) Subject: Revert "sys-power/acpid: add ~arm, bug #657332" X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=cb699123000788d3c96ec220463e6eb058d4d571;p=gentoo.git 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 --- diff --git a/sys-power/acpid/acpid-2.0.29-r1.ebuild b/sys-power/acpid/acpid-2.0.29-r1.ebuild index d625388e9734..f751df7c4bc1 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 )"