Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/mlt/
Date: Sun, 30 Jun 2019 11:04:10
Message-Id: 1561892624.07e0d855206deeb47cc78879636313338d6000f8.asturm@gentoo
1 commit: 07e0d855206deeb47cc78879636313338d6000f8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 30 11:02:32 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 30 11:03:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e0d855
7
8 media-libs/mlt: Fix multiple swig options enabled
9
10 Closes: https://bugs.gentoo.org/688978
11 Package-Manager: Portage-2.3.67, Repoman-2.3.16
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/mlt/mlt-6.16.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/mlt/mlt-6.16.0-r1.ebuild b/media-libs/mlt/mlt-6.16.0-r1.ebuild
18 index 78864c1bac5..2cd5d3c075b 100644
19 --- a/media-libs/mlt/mlt-6.16.0-r1.ebuild
20 +++ b/media-libs/mlt/mlt-6.16.0-r1.ebuild
21 @@ -175,7 +175,7 @@ src_configure() {
22 done
23 [[ -z "${swig_lang}" ]] && swig_lang=( none )
24
25 - econf "${myconf[@]}" --swig-languages="${swig_lang[@]}"
26 + econf "${myconf[@]}" --swig-languages="${swig_lang[*]}"
27
28 sed -i -e s/^OPT/#OPT/ config.mak || die
29 }