Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vo-aacenc/
Date: Tue, 30 Aug 2022 19:06:26
Message-Id: 1661886370.264e71e45caf5290f670a145cb241c949e44bcf8.sam@gentoo
1 commit: 264e71e45caf5290f670a145cb241c949e44bcf8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:29:00 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:06:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264e71e4
7
8 media-libs/vo-aacenc: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/vo-aacenc/vo-aacenc-0.1.3.ebuild | 2 +-
13 media-libs/vo-aacenc/vo-aacenc-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 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 b69bfc681de0..3b62d10b771f 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 @@ -33,7 +33,7 @@ multilib_src_configure() {
21
22 ECONF_SOURCE="${S}" econf \
23 $(use_enable cpu_flags_arm_neon armv7neon) \
24 - $(use_enable examples example) \
25 + $(multilib_native_use_enable examples example) \
26 $(use_enable static-libs static)
27 }
28
29
30 diff --git a/media-libs/vo-aacenc/vo-aacenc-9999.ebuild b/media-libs/vo-aacenc/vo-aacenc-9999.ebuild
31 index 55096b3dbc2f..c8206d59dead 100644
32 --- a/media-libs/vo-aacenc/vo-aacenc-9999.ebuild
33 +++ b/media-libs/vo-aacenc/vo-aacenc-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 +# Copyright 1999-2022 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -33,7 +33,7 @@ multilib_src_configure() {
41
42 ECONF_SOURCE="${S}" econf \
43 $(use_enable cpu_flags_arm_neon armv7neon) \
44 - $(use_enable examples example) \
45 + $(multilib_native_use_enable examples example) \
46 $(use_enable static-libs static)
47 }