Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fdk-aac/
Date: Sat, 17 Jul 2021 09:31:23
Message-Id: 1626514048.d5da913a61428328cd44a1f925203c7b3950f6a1.soap@gentoo
1 commit: d5da913a61428328cd44a1f925203c7b3950f6a1
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 09:27:28 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 09:27:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5da913a
7
8 media-libs/fdk-aac: Remove USE="static-libs"
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 media-libs/fdk-aac/fdk-aac-2.0.2.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
16 index 8e0360997fd..913c27ccdda 100644
17 --- a/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
18 +++ b/media-libs/fdk-aac/fdk-aac-2.0.2.ebuild
19 @@ -24,7 +24,7 @@ LICENSE="FraunhoferFDK"
20 # subslot == N where N is libfdk-aac.so.N
21 SLOT="0/2"
22
23 -IUSE="static-libs examples"
24 +IUSE="examples"
25
26 PATCHES=( "${FILESDIR}"/${P}-always_inline.patch )
27
28 @@ -35,8 +35,7 @@ src_prepare() {
29
30 multilib_src_configure() {
31 local myeconfargs=(
32 - --enable-shared
33 - $(use_enable static-libs static)
34 + --disable-static
35 $(use_enable examples example)
36 )
37 ECONF_SOURCE=${S} econf "${myeconfargs[@]}"