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/vo-aacenc/
Date: Mon, 19 Jun 2017 16:33:45
Message-Id: 1497890018.d96e70d22fe02001746bbdd256da300fc9b3e31d.aballier@gentoo
1 commit: d96e70d22fe02001746bbdd256da300fc9b3e31d
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 19 16:33:25 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 19 16:33:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d96e70d2
7
8 media-libs/vo-aacenc: convert to cpu_flags_arm
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild | 6 +++---
13 media-libs/vo-aacenc/vo-aacenc-9999.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
17 index 80bf8e0e859..b1f346d5b47 100644
18 --- a/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
19 +++ b/media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild
20 @@ -28,15 +28,15 @@ SLOT="0"
21
22 [[ ${PV} == *9999 ]] || \
23 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
24 -IUSE="examples static-libs neon"
25 +IUSE="examples static-libs cpu_flags_arm_neon"
26
27 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
28
29 src_configure() {
30 - use neon && append-flags '-mfpu=neon'
31 + use cpu_flags_arm_neon && append-flags '-mfpu=neon'
32 local myeconfargs=(
33 "$(use_enable examples example)"
34 - "$(use_enable neon armv7neon)"
35 + "$(use_enable cpu_flags_arm_neon armv7neon)"
36 )
37 autotools-multilib_src_configure
38 }
39
40 diff --git a/media-libs/vo-aacenc/vo-aacenc-9999.ebuild b/media-libs/vo-aacenc/vo-aacenc-9999.ebuild
41 index 0b88b39aeba..9f453d7a9ba 100644
42 --- a/media-libs/vo-aacenc/vo-aacenc-9999.ebuild
43 +++ b/media-libs/vo-aacenc/vo-aacenc-9999.ebuild
44 @@ -28,15 +28,15 @@ SLOT="0"
45
46 [[ ${PV} == *9999 ]] || \
47 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos"
48 -IUSE="examples static-libs neon"
49 +IUSE="examples static-libs cpu_flags_arm_neon"
50
51 AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
52
53 src_configure() {
54 - use neon && append-flags '-mfpu=neon'
55 + use cpu_flags_arm_neon && append-flags '-mfpu=neon'
56 local myeconfargs=(
57 "$(use_enable examples example)"
58 - "$(use_enable neon armv7neon)"
59 + "$(use_enable cpu_flags_arm_neon armv7neon)"
60 )
61 autotools-multilib_src_configure
62 }