From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17A32139694 for ; Mon, 19 Jun 2017 18:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60AAA22400F; Mon, 19 Jun 2017 18:51:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D2A322400F for ; Mon, 19 Jun 2017 18:51:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACDC834171E for ; Mon, 19 Jun 2017 18:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F3687467 for ; Mon, 19 Jun 2017 18:51:10 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497898264.c35a6c73010ade98af22d19689979d162a4c89e8.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/arm64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/arm64/package.use.mask X-VCS-Directories: profiles/arch/arm64/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c35a6c73010ade98af22d19689979d162a4c89e8 X-VCS-Branch: master Date: Mon, 19 Jun 2017 18:51:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2db814b6-5f19-4cc2-b343-b220a0d80f26 X-Archives-Hash: cfc9f00b020e4157f455eb12708d3392 commit: c35a6c73010ade98af22d19689979d162a4c89e8 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 19 18:50:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 19 18:51:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35a6c73 profiles/arch/arm64: mask cpu_flags_arm_neon on vo-aacenc, its arm32 only profiles/arch/arm64/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 9d034e1dbe3..650c49222be 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Alexis Ballier (19 Jun 2017) +# This is for arm32 only neon asm +media-libs/vo-aacenc cpu_flags_arm_neon + # Alexis Ballier (16 Jun 2017) # neon on pixman seems armv7 only, at least according to configure checks: it # aborts when neon is enabled.