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 BDB48139694 for ; Mon, 27 Feb 2017 08:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 169DDE0BB8; Mon, 27 Feb 2017 08:34:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E5EA3E0B8B for ; Mon, 27 Feb 2017 08:34:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C9051340F53 for ; Mon, 27 Feb 2017 08:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67F5A5631 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.60e1d05be080db2238c4b0f76a2433ce6b9cdfe9.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: 60e1d05be080db2238c4b0f76a2433ce6b9cdfe9 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: 698b6616-66bb-42c5-a729-54789802cf4c X-Archives-Hash: 8692c0e3cae3caa71ed7c561fa5ec733 commit: 60e1d05be080db2238c4b0f76a2433ce6b9cdfe9 Author: Alexis Ballier gentoo org> AuthorDate: Sun Feb 26 22:58: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=60e1d05b media-video/ffmpeg: Properly reorder variable declaration 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 90445b6199..8cf2fc1039 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -105,6 +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 )" 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 ) @@ -126,7 +127,6 @@ X86_CPU_REQUIRED_USE=" cpu_flags_x86_3dnowext? ( cpu_flags_x86_3dnow ) cpu_flags_x86_3dnow? ( cpu_flags_x86_mmx ) " -ARM_CPU_REQUIRED_USE="arm64? ( neon )" IUSE="${IUSE} ${ARM_CPU_FEATURES[@]%:*}