Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/
Date: Fri, 05 Jun 2020 15:21:38
Message-Id: 1591370394.cfb43e2ae25d60d88c0a341fb86a57ef9b9ce12e.aballier@gentoo
1 commit: cfb43e2ae25d60d88c0a341fb86a57ef9b9ce12e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 5 15:18:51 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 5 15:19:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb43e2a
7
8 media-libs/x265: extend arm neon special cases to arm64
9
10 Fixes build on arm64
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
14
15 media-libs/x265/x265-3.4.ebuild | 4 ++--
16 media-libs/x265/x265-9999.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/media-libs/x265/x265-3.4.ebuild b/media-libs/x265/x265-3.4.ebuild
20 index e40ca0e0876..a3ce2faae8c 100644
21 --- a/media-libs/x265/x265-3.4.ebuild
22 +++ b/media-libs/x265/x265-3.4.ebuild
23 @@ -86,7 +86,7 @@ x265_variant_src_configure() {
24 if [[ ${ABI} = x86 ]] ; then
25 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
26 fi
27 - if [[ ${ABI} = arm ]] ; then
28 + if [[ ${ABI} = arm* ]] ; then
29 # 589674
30 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
31 fi
32 @@ -103,7 +103,7 @@ x265_variant_src_configure() {
33 if [[ ${ABI} = x86 ]] ; then
34 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
35 fi
36 - if [[ ${ABI} = arm ]] ; then
37 + if [[ ${ABI} = arm* ]] ; then
38 # 589674
39 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
40 fi
41
42 diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild
43 index e40ca0e0876..a3ce2faae8c 100644
44 --- a/media-libs/x265/x265-9999.ebuild
45 +++ b/media-libs/x265/x265-9999.ebuild
46 @@ -86,7 +86,7 @@ x265_variant_src_configure() {
47 if [[ ${ABI} = x86 ]] ; then
48 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
49 fi
50 - if [[ ${ABI} = arm ]] ; then
51 + if [[ ${ABI} = arm* ]] ; then
52 # 589674
53 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
54 fi
55 @@ -103,7 +103,7 @@ x265_variant_src_configure() {
56 if [[ ${ABI} = x86 ]] ; then
57 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
58 fi
59 - if [[ ${ABI} = arm ]] ; then
60 + if [[ ${ABI} = arm* ]] ; then
61 # 589674
62 mycmakeargs+=( -DENABLE_ASSEMBLY=OFF )
63 fi