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 7B49B1382C5 for ; Fri, 5 Jun 2020 15:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2A49E08BF; Fri, 5 Jun 2020 15:21:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 99E86E08BF for ; Fri, 5 Jun 2020 15:21:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CC16C34F2D3 for ; Fri, 5 Jun 2020 15:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 386C6285 for ; Fri, 5 Jun 2020 15:21:29 +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: <1591370394.cfb43e2ae25d60d88c0a341fb86a57ef9b9ce12e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x265/x265-3.4.ebuild media-libs/x265/x265-9999.ebuild X-VCS-Directories: media-libs/x265/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cfb43e2ae25d60d88c0a341fb86a57ef9b9ce12e X-VCS-Branch: master Date: Fri, 5 Jun 2020 15:21:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e147caa-9d66-4c78-9aac-5b3515b3291e X-Archives-Hash: 0481f5ec708ddf006b3b6152a973175d commit: cfb43e2ae25d60d88c0a341fb86a57ef9b9ce12e Author: Alexis Ballier gentoo org> AuthorDate: Fri Jun 5 15:18:51 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jun 5 15:19:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb43e2a media-libs/x265: extend arm neon special cases to arm64 Fixes build on arm64 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> media-libs/x265/x265-3.4.ebuild | 4 ++-- media-libs/x265/x265-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/x265/x265-3.4.ebuild b/media-libs/x265/x265-3.4.ebuild index e40ca0e0876..a3ce2faae8c 100644 --- a/media-libs/x265/x265-3.4.ebuild +++ b/media-libs/x265/x265-3.4.ebuild @@ -86,7 +86,7 @@ x265_variant_src_configure() { if [[ ${ABI} = x86 ]] ; then mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) fi - if [[ ${ABI} = arm ]] ; then + if [[ ${ABI} = arm* ]] ; then # 589674 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) fi @@ -103,7 +103,7 @@ x265_variant_src_configure() { if [[ ${ABI} = x86 ]] ; then mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) fi - if [[ ${ABI} = arm ]] ; then + if [[ ${ABI} = arm* ]] ; then # 589674 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) fi diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild index e40ca0e0876..a3ce2faae8c 100644 --- a/media-libs/x265/x265-9999.ebuild +++ b/media-libs/x265/x265-9999.ebuild @@ -86,7 +86,7 @@ x265_variant_src_configure() { if [[ ${ABI} = x86 ]] ; then mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) fi - if [[ ${ABI} = arm ]] ; then + if [[ ${ABI} = arm* ]] ; then # 589674 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) fi @@ -103,7 +103,7 @@ x265_variant_src_configure() { if [[ ${ABI} = x86 ]] ; then mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) fi - if [[ ${ABI} = arm ]] ; then + if [[ ${ABI} = arm* ]] ; then # 589674 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF ) fi