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: Tue, 07 Feb 2017 11:51:14
Message-Id: 1486467774.82046cbe719bed8ca113520e3d1da60f5675c7d7.aballier@gentoo
1 commit: 82046cbe719bed8ca113520e3d1da60f5675c7d7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 7 11:42:54 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 7 11:42:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82046cbe
7
8 media-libs/x265: Use proper variable for en/disabling neon.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/x265/x265-2.2.ebuild | 2 +-
13 media-libs/x265/x265-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/x265/x265-2.2.ebuild b/media-libs/x265/x265-2.2.ebuild
17 index ac326ae..a53a6c0 100644
18 --- a/media-libs/x265/x265-2.2.ebuild
19 +++ b/media-libs/x265/x265-2.2.ebuild
20 @@ -145,7 +145,7 @@ multilib_src_configure() {
21 # bug #510890
22 myabicmakeargs+=( -DENABLE_ASSEMBLY=OFF )
23 elif [[ ${ABI} = arm ]] ; then
24 - mycmakeargs+=( -DENABLE_ASSEMBLY=$(usex neon ON OFF) )
25 + myabicmakeargs+=( -DENABLE_ASSEMBLY=$(usex neon ON OFF) )
26 fi
27
28 local MULTIBUILD_VARIANTS=( $(x265_get_variants) )
29
30 diff --git a/media-libs/x265/x265-9999.ebuild b/media-libs/x265/x265-9999.ebuild
31 index 9edba39..3e2490c 100644
32 --- a/media-libs/x265/x265-9999.ebuild
33 +++ b/media-libs/x265/x265-9999.ebuild
34 @@ -145,7 +145,7 @@ multilib_src_configure() {
35 # bug #510890
36 myabicmakeargs+=( -DENABLE_ASSEMBLY=OFF )
37 elif [[ ${ABI} = arm ]] ; then
38 - mycmakeargs+=( -DENABLE_ASSEMBLY=$(usex neon ON OFF) )
39 + myabicmakeargs+=( -DENABLE_ASSEMBLY=$(usex neon ON OFF) )
40 fi
41
42 local MULTIBUILD_VARIANTS=( $(x265_get_variants) )