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-amrwbenc/
Date: Tue, 30 Aug 2022 19:06:26
Message-Id: 1661886370.6b62b1d13e6a38f218666e5145d0896b9becfaea.sam@gentoo
1 commit: 6b62b1d13e6a38f218666e5145d0896b9becfaea
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 18:29:25 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=6b62b1d1
7
8 media-libs/vo-amrwbenc: limit multilib features (drop doc)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 4 ++--
13 media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
17 index ca88689655a2..1a89226c873e 100644
18 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
19 +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -27,7 +27,7 @@ src_prepare() {
27
28 multilib_src_configure() {
29 ECONF_SOURCE="${S}" econf \
30 - $(use_enable examples example) \
31 + $(multilib_native_use_enable examples example) \
32 $(use_enable static-libs static)
33 }
34
35
36 diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
37 index df26e3f268ee..b6e61b7d5807 100644
38 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
39 +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2019 Gentoo Authors
42 +# Copyright 1999-2022 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -27,7 +27,7 @@ src_prepare() {
47
48 multilib_src_configure() {
49 ECONF_SOURCE="${S}" econf \
50 - $(use_enable examples example) \
51 + $(multilib_native_use_enable examples example) \
52 $(use_enable static-libs static)
53 }