commit: f062f2b325172befc39e58d12fd9027284f980a2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Tue Jun 20 09:40:08 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Tue Jun 20 09:40:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f062f2b3
profiles/arch/arm64: mask neon on pulseaudio profiles/arch/arm64/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 650c49222be..86dc0e448db 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Alexis Ballier <[email protected]> (20 Jun 2017) +# Appends -mfpu=neon which is only valid for arm32 and suggests this is arm32 +# only +media-sound/pulseaudio neon + # Alexis Ballier <[email protected]> (19 Jun 2017) # This is for arm32 only neon asm media-libs/vo-aacenc cpu_flags_arm_neon
