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 4CC29139694 for ; Mon, 27 Feb 2017 08:34:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F8CBE0BC5; Mon, 27 Feb 2017 08:34:24 +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 3BD07E0BC5 for ; Mon, 27 Feb 2017 08:34:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 13979341130 for ; Mon, 27 Feb 2017 08:34:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B7DF5632 for ; Mon, 27 Feb 2017 08:34:21 +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: <1488184442.3cf0300fd501c2cee18a1089621ce9e70c51e87b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg/ffmpeg-9999.ebuild X-VCS-Directories: media-video/ffmpeg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3cf0300fd501c2cee18a1089621ce9e70c51e87b X-VCS-Branch: master Date: Mon, 27 Feb 2017 08:34:21 +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: 5f64a11a-d884-4c96-b4e0-aa02ba30e6c0 X-Archives-Hash: 0efade99f8056e4d815cd420659d6f49 commit: 3cf0300fd501c2cee18a1089621ce9e70c51e87b Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 27 08:18:30 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 27 08:34:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cf0300f media-video/ffmpeg: require armvfp on arm64 too; same reason as neon. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-video/ffmpeg/ffmpeg-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 8cf2fc1039..b0dfd9fbc4 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -105,7 +105,7 @@ IUSE=" # Strings for CPU features in the useflag[:configure_option] form # if :configure_option isn't set, it will use 'useflag' as configure option ARM_CPU_FEATURES=( armv5te armv6 armv6t2 neon armvfp:vfp ) -ARM_CPU_REQUIRED_USE="arm64? ( neon )" +ARM_CPU_REQUIRED_USE="arm64? ( armvfp neon )" MIPS_CPU_FEATURES=( mipsdspr1 mipsdspr2 mipsfpu ) PPC_CPU_FEATURES=( altivec ) X86_CPU_FEATURES_RAW=( 3dnow:amd3dnow 3dnowext:amd3dnowext aes:aesni avx:avx avx2:avx2 fma3:fma3 fma4:fma4 mmx:mmx mmxext:mmxext sse:sse sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4 sse4_2:sse42 xop:xop )