commit: a5da23844ce1f99f3e4a2cd57fd151734f34e5e3 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Wed Jun 13 15:14:01 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=a5da2384
profiles: arch/arm: use.mask acpi Bug: https://bugs.gentoo.org/657332 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> profiles/arch/arm/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm/use.mask b/profiles/arch/arm/use.mask index b5359fbb501..5066dd8050f 100644 --- a/profiles/arch/arm/use.mask +++ b/profiles/arch/arm/use.mask @@ -5,6 +5,10 @@ -cpu_flags_arm_iwmmxt -iwmmxt +# Andrey Utkin <[email protected]> (13 Jun 2018) +# No ACPI support on arm. Bug #657332 +acpi + # Michael Palimaka <[email protected]> (03 Jun 2017) # Unmask elogind since it is keyworded here. -elogind
