commit: ad2ea43b31d189923a40acde2ce3e35fe496952e Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Fri Jun 16 11:08:25 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Fri Jun 16 11:24:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2ea43b
profiles/arch/arm64: mask neon on pixman, it seems armv7 only. 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 aa495702648..9d034e1dbe3 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]> (16 Jun 2017) +# neon on pixman seems armv7 only, at least according to configure checks: it +# aborts when neon is enabled. +x11-libs/pixman neon + # James Le Cuirot <[email protected]> (22 May 2017) # Only available on some architectures. dev-java/icedtea -shenandoah
