From cb699123000788d3c96ec220463e6eb058d4d571 Mon Sep 17 00:00:00 2001 From: Andrey Utkin Date: Mon, 18 Jun 2018 18:57:38 +0100 Subject: 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 --- sys-power/acpid/acpid-2.0.29-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-power/acpid') 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 )" -- cgit v1.2.3-65-gdbad